{"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc\"}"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":"subscription-info","method":"POST","url":"https://maas-api.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\":\"llm/e2e-unconfigured-facebook-opt-125m-simulated\",\"requestedSubscription\":\"e2e-central-models-exempt-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","input":{"auth":{"identity":"Bearer **** with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}}},"context":{"context_extensions":{"host":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-central-models-exempt-sub"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","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":"8c3d3eb5-831b-40c0-8090-43992a360bc4","selected_subscription":"e2e-central-models-exempt-sub","selected_subscription_key":"models-as-a-service/e2e-central-models-exempt-sub@llm/e2e-unconfigured-facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a32a0107-f051-4904-bbce-27c1bdf73381","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:10514","PortSpecifier":{"PortValue":10514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","method":"POST","path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/completions","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:10514","PortSpecifier":{"PortValue":10514}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779493,"nanos":83975879},"http":{"id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc\"}"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":"subscription-info","method":"POST","url":"https://maas-api.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\":\"llm/e2e-unconfigured-facebook-opt-125m-simulated\",\"requestedSubscription\":\"e2e-central-models-exempt-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","input":{"auth":{"identity":"Bearer **** with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}}},"context":{"context_extensions":{"host":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-central-models-exempt-sub"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"groups","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":"8c3d3eb5-831b-40c0-8090-43992a360bc4","selected_subscription":"e2e-central-models-exempt-sub","selected_subscription_key":"models-as-a-service/e2e-central-models-exempt-sub@llm/e2e-unconfigured-facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ae97be89-1d8d-404e-94a6-4bcefaaddd61","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:37710","PortSpecifier":{"PortValue":37710}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:37710","PortSpecifier":{"PortValue":37710}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779493,"nanos":110453691},"http":{"id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc\"}"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"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-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"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-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5dc44f24-f598-48f3-9eb8-e86df0de8669","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","method":"GET","path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779493,"nanos":116195537},"http":{"id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc\"}"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":"subscription-info","method":"POST","url":"https://maas-api.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\":\"llm/e2e-unconfigured-facebook-opt-125m-simulated\",\"requestedSubscription\":\"e2e-central-models-exempt-sub\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","input":{"auth":{"identity":"Bearer **** with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}}},"context":{"context_extensions":{"host":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-15Jc2zEHFl8uF5KDY_WjdQNZdtTmScpNyPrUgDdehmrJJ0hADyOhCIGIJltgc","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"e2e-unconfiab60ef4d3a239b5143b412cab04acac3-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.133.0.60","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.133.0.60","x-forwarded-proto":"https","x-maas-subscription":"e2e-central-models-exempt-sub","x-request-id":"154bcf94-49a0-4b6e-b33f-cbce03010dba"},"host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","method":"GET","path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":116195537,"seconds":1780779493},"url_path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.133.0.60:39568","port":39568}}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-central-models-exempt-sub"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups","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":"8c3d3eb5-831b-40c0-8090-43992a360bc4","selected_subscription":"e2e-central-models-exempt-sub","selected_subscription_key":"models-as-a-service/e2e-central-models-exempt-sub@llm/e2e-unconfigured-facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:13Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"154bcf94-49a0-4b6e-b33f-cbce03010dba","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:57:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:57:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"debug","ts":"2026-06-06T20:58:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11\": 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-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:23Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:23Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:33686","PortSpecifier":{"PortValue":33686}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"58efde97-f29d-4f00-b738-ac07e2dca83a","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:33686","PortSpecifier":{"PortValue":33686}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779506,"nanos":583130110},"http":{"id":"58efde97-f29d-4f00-b738-ac07e2dca83a","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"reason":"failed to verify signature: failed to verify id token signature"} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","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":"06ffc887-8b92-453f-a2d1-3a9d256b8eb2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f69a71e-29cc-4b21-a332-2cfa0fd9e84d"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/589049c7c4dd"]}} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/589049c7c4dd"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9f69a71e-29cc-4b21-a332-2cfa0fd9e84d"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"06ffc887-8b92-453f-a2d1-3a9d256b8eb2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:58:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"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-06-06T20:58:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"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-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"58efde97-f29d-4f00-b738-ac07e2dca83a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"263f3ed5-b086-45f8-833b-2863ebf7e5e4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:41526","PortSpecifier":{"PortValue":41526}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"263f3ed5-b086-45f8-833b-2863ebf7e5e4","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"263f3ed5-b086-45f8-833b-2863ebf7e5e4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:41526","PortSpecifier":{"PortValue":41526}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779506,"nanos":952133051},"http":{"id":"263f3ed5-b086-45f8-833b-2863ebf7e5e4","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-external-model/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"info","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"263f3ed5-b086-45f8-833b-2863ebf7e5e4","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"263f3ed5-b086-45f8-833b-2863ebf7e5e4","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** {"level":"info","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0e609de3-f2a0-4df0-9697-65fb00b60043","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:55534","PortSpecifier":{"PortValue":55534}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0e609de3-f2a0-4df0-9697-65fb00b60043","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0e609de3-f2a0-4df0-9697-65fb00b60043","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:55534","PortSpecifier":{"PortValue":55534}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779506,"nanos":979847368},"http":{"id":"0e609de3-f2a0-4df0-9697-65fb00b60043","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-external-model/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"httpbin.org:443/*","x-envoy-external-address":"100.64.0.2","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-gateway-model-name":"e2e-external-model","x-request-id":"0e609de3-f2a0-4df0-9697-65fb00b60043"},"path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"},"metadata_context":{}}} {"level":"info","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0e609de3-f2a0-4df0-9697-65fb00b60043","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-06-06T20:58:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0e609de3-f2a0-4df0-9697-65fb00b60043","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** {"level":"info","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:60908","PortSpecifier":{"PortValue":60908}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:60908","PortSpecifier":{"PortValue":60908}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779507,"nanos":5034684},"http":{"id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-external-model/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-e5UUFlQcNbdNTko4_MmD79BPjkiG61UEBs4DutiTvBnRJAraoGnfAE4pNikP"} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-e5UUFlQcNbdNTko4_MmD79BPjkiG61UEBs4DutiTvBnRJAraoGnfAE4pNikP\"}"} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":"subscription-info","method":"POST","url":"https://maas-api.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\":\"llm/e2e-external-model\",\"requestedSubscription\":\"e2e-external-subscription\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":"e2e-external-model","token_rate_limits":[{"limit":10000,"window":"1h"}]}],"name":"e2e-external-subscription","namespace":"models-as-a-service","phase":"Active","ready":true}} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-external-subscription"} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","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":"subscription_info","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"4f9f128d-b3a7-40c6-90d4-346eb0ac1dfa","selected_subscription":"e2e-external-subscription","selected_subscription_key":"models-as-a-service/e2e-external-subscription@llm/e2e-external-model","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"e2e-external-model","token_rate_limits":[{"limit":10000,"window":"1h"}]}],"name":"e2e-external-subscription","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"62de2354-c4c6-4ef8-9014-11816a55bcf8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"debug","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"debug","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"debug","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-06T20:58:28Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-06T20:58:28Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-06T20:58:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-06-06T20:58:52Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-06-06T20:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-06T20:59:05Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1c0a8711-2191-479d-b267-c92be42cd817","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31080","PortSpecifier":{"PortValue":31080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1c0a8711-2191-479d-b267-c92be42cd817","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1c0a8711-2191-479d-b267-c92be42cd817","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31080","PortSpecifier":{"PortValue":31080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779572,"nanos":565413260},"http":{"id":"1c0a8711-2191-479d-b267-c92be42cd817","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1c0a8711-2191-479d-b267-c92be42cd817","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779872,"groups":["Engineering","Project-Alpha"],"iat":1780779572,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:3fc3b32b-5b6e-255b-fd6a-94fb8a9b8045","preferred_username":"alice_lead","scope":"email profile","sid":"16n5zxMBtP1mkAemmcgHfVB4","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1c0a8711-2191-479d-b267-c92be42cd817","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779872,"groups":["Engineering","Project-Alpha"],"iat":1780779572,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:3fc3b32b-5b6e-255b-fd6a-94fb8a9b8045","preferred_username":"alice_lead","scope":"email profile","sid":"16n5zxMBtP1mkAemmcgHfVB4","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1c0a8711-2191-479d-b267-c92be42cd817","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1c0a8711-2191-479d-b267-c92be42cd817","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1c0a8711-2191-479d-b267-c92be42cd817","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1c0a8711-2191-479d-b267-c92be42cd817","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1c0a8711-2191-479d-b267-c92be42cd817","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"227aa248-1616-4fdb-86b7-184c992f7319","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:15118","PortSpecifier":{"PortValue":15118}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"227aa248-1616-4fdb-86b7-184c992f7319","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"227aa248-1616-4fdb-86b7-184c992f7319","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:15118","PortSpecifier":{"PortValue":15118}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779572,"nanos":727459667},"http":{"id":"227aa248-1616-4fdb-86b7-184c992f7319","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"227aa248-1616-4fdb-86b7-184c992f7319","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"reason":"failed to verify signature: failed to verify id token signature"} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"227aa248-1616-4fdb-86b7-184c992f7319","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"227aa248-1616-4fdb-86b7-184c992f7319","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":[]},"reason":"not authenticated"} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"227aa248-1616-4fdb-86b7-184c992f7319","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}"}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"227aa248-1616-4fdb-86b7-184c992f7319","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13688","PortSpecifier":{"PortValue":13688}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13688","PortSpecifier":{"PortValue":13688}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779572,"nanos":785577321},"http":{"id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer","content-length":"35","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.3","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-request-id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317"},"path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"metadata_context":{}}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317","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":[]},"reason":"credential not found"} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"openshift-identities\":\"credential not found\"}"}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0e69c23d-0741-4ee3-9f4c-0a8b05cd9317","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"openshift-identities\":\"credential not found\"}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8a5cf342-1560-41be-a2a4-dc0de8919944","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:22536","PortSpecifier":{"PortValue":22536}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8a5cf342-1560-41be-a2a4-dc0de8919944","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8a5cf342-1560-41be-a2a4-dc0de8919944","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:22536","PortSpecifier":{"PortValue":22536}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779572,"nanos":810599746},"http":{"id":"8a5cf342-1560-41be-a2a4-dc0de8919944","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","content-length":"36","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-request-id":"8a5cf342-1560-41be-a2a4-dc0de8919944"},"path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"metadata_context":{}}} {"level":"info","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8a5cf342-1560-41be-a2a4-dc0de8919944","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{}"}} {"level":"debug","ts":"2026-06-06T20:59:32Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8a5cf342-1560-41be-a2a4-dc0de8919944","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43398","PortSpecifier":{"PortValue":43398}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a5255f83-8de5-44b0-9662-18feee7751ca","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43398","PortSpecifier":{"PortValue":43398}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779573,"nanos":462692898},"http":{"id":"a5255f83-8de5-44b0-9662-18feee7751ca","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779873,"groups":["Site-Reliability"],"iat":1780779573,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0bde4463-9aa2-e5c4-ac8a-3be237b11a5c","preferred_username":"bob_sre","scope":"email profile","sid":"9-hXSUh9ZNfZdQ_6XMcjgMdB","sub":"8e48c027-d05a-4f58-ac3b-5c74ddbe03c0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779873,"groups":["Site-Reliability"],"iat":1780779573,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0bde4463-9aa2-e5c4-ac8a-3be237b11a5c","preferred_username":"bob_sre","scope":"email profile","sid":"9-hXSUh9ZNfZdQ_6XMcjgMdB","sub":"8e48c027-d05a-4f58-ac3b-5c74ddbe03c0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Site-Reliability\"]"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"bob_sre"} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a5255f83-8de5-44b0-9662-18feee7751ca","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:33394","PortSpecifier":{"PortValue":33394}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7facd158-865c-49ac-b90a-05a9c5c5f471","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:33394","PortSpecifier":{"PortValue":33394}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779573,"nanos":886158960},"http":{"id":"7facd158-865c-49ac-b90a-05a9c5c5f471","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779873,"groups":["Engineering","Project-Alpha"],"iat":1780779573,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:113f38c8-9b3a-3f2d-a9fa-33b4d5da0f3f","preferred_username":"alice_lead","scope":"email profile","sid":"gHwNfQCCMjeTi0b9Et6GbOdw","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779873,"groups":["Engineering","Project-Alpha"],"iat":1780779573,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:113f38c8-9b3a-3f2d-a9fa-33b4d5da0f3f","preferred_username":"alice_lead","scope":"email profile","sid":"gHwNfQCCMjeTi0b9Et6GbOdw","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7facd158-865c-49ac-b90a-05a9c5c5f471","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:15122","PortSpecifier":{"PortValue":15122}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:15122","PortSpecifier":{"PortValue":15122}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779573,"nanos":924550062},"http":{"id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1dlENFXiPGPVCl9gl_s0SSg4v6RC3ihDBwy2TWsRTtlkQ4wHxb48QCge1QD1C"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1dlENFXiPGPVCl9gl_s0SSg4v6RC3ihDBwy2TWsRTtlkQ4wHxb48QCge1QD1C\"}"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a69fc6d7-a3e1-409c-996b-22af91358ce7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779573,"nanos":939155400},"http":{"id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1dlENFXiPGPVCl9gl_s0SSg4v6RC3ihDBwy2TWsRTtlkQ4wHxb48QCge1QD1C"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1dlENFXiPGPVCl9gl_s0SSg4v6RC3ihDBwy2TWsRTtlkQ4wHxb48QCge1QD1C\"}"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-1dlENFXiPGPVCl9gl_s0SSg4v6RC3ihDBwy2TWsRTtlkQ4wHxb48QCge1QD1C","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.133.0.60","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.133.0.60","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb"},"host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":939155400,"seconds":1780779573},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.133.0.60:39568","port":39568}}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"c7fd10e9-b96d-40bb-90b5-949ad8550073","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"668b6ca9-c079-41f3-a51e-e475ec5ab2eb","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31096","PortSpecifier":{"PortValue":31096}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31096","PortSpecifier":{"PortValue":31096}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779573,"nanos":973409940},"http":{"id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1dlENFXiPGPVCl9gl_s0SSg4v6RC3ihDBwy2TWsRTtlkQ4wHxb48QCge1QD1C"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1dlENFXiPGPVCl9gl_s0SSg4v6RC3ihDBwy2TWsRTtlkQ4wHxb48QCge1QD1C\"}"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"18e32965997cdd9967355c6fa5264ed12c0a215989d459ed88d7d6de02865f76"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","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_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"c7fd10e9-b96d-40bb-90b5-949ad8550073","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:33Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"057324e3-c7e0-454e-8811-b8fbedfe21cf","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13690","PortSpecifier":{"PortValue":13690}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13690","PortSpecifier":{"PortValue":13690}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779574,"nanos":137785519},"http":{"id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779874,"groups":["Engineering","Project-Alpha"],"iat":1780779574,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b0b4d344-3c2f-2b0a-2414-b74c3aec9a57","preferred_username":"alice_lead","scope":"email profile","sid":"SNiVUTBZeEHkHL9wkpVGPNrU","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779874,"groups":["Engineering","Project-Alpha"],"iat":1780779574,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b0b4d344-3c2f-2b0a-2414-b74c3aec9a57","preferred_username":"alice_lead","scope":"email profile","sid":"SNiVUTBZeEHkHL9wkpVGPNrU","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f5edcb24-ad12-447e-a27d-db08f45ab50f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:22538","PortSpecifier":{"PortValue":22538}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","method":"DELETE","path":"/maas-api/v1/api-keys/f30b755c-4208-4231-9342-17f99c022d08","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:22538","PortSpecifier":{"PortValue":22538}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779574,"nanos":164185297},"http":{"id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","method":"DELETE","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/f30b755c-4208-4231-9342-17f99c022d08",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779874,"groups":["Engineering","Project-Alpha"],"iat":1780779574,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b0b4d344-3c2f-2b0a-2414-b74c3aec9a57","preferred_username":"alice_lead","scope":"email profile","sid":"SNiVUTBZeEHkHL9wkpVGPNrU","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779874,"groups":["Engineering","Project-Alpha"],"iat":1780779574,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b0b4d344-3c2f-2b0a-2414-b74c3aec9a57","preferred_username":"alice_lead","scope":"email profile","sid":"SNiVUTBZeEHkHL9wkpVGPNrU","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/f30b755c-4208-4231-9342-17f99c022d08",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:34Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d7541a9c-d35f-4a21-8536-2cdcc10b8d10","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:37450","PortSpecifier":{"PortValue":37450}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"55f23ef3-bcbe-4048-865d-731bff5886c0","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:37450","PortSpecifier":{"PortValue":37450}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779577,"nanos":193330751},"http":{"id":"55f23ef3-bcbe-4048-865d-731bff5886c0","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1TLm0PL8yOTNC2utg_WTtVeEOKZBvDgLlRg6YA3RI21eIhvbEQqDVG9iGqAHK"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-1TLm0PL8yOTNC2utg_WTtVeEOKZBvDgLlRg6YA3RI21eIhvbEQqDVG9iGqAHK\"}"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** revoked or expired","valid":false}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","input":{"auth":{"identity":"Bearer **** revoked or expired","valid":false}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"reason":"no such key: username"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"reason":"no such key: groups"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55f23ef3-bcbe-4048-865d-731bff5886c0","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43402","PortSpecifier":{"PortValue":43402}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43402","PortSpecifier":{"PortValue":43402}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779577,"nanos":384794269},"http":{"id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"reason":"failed to verify signature: failed to verify id token signature"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","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":[]},"reason":"not authenticated"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}"}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2b6c3f93-997f-4253-824f-e4bcb9fbfff0","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31108","PortSpecifier":{"PortValue":31108}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31108","PortSpecifier":{"PortValue":31108}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779577,"nanos":665440131},"http":{"id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:3f39cba7-2c0d-409a-a133-3e23b4f8697c","preferred_username":"alice_lead","scope":"email profile","sid":"s-OW039anikXoM0EBXq9FhJ-","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:3f39cba7-2c0d-409a-a133-3e23b4f8697c","preferred_username":"alice_lead","scope":"email profile","sid":"s-OW039anikXoM0EBXq9FhJ-","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f3e20a0d-e09f-4a79-b97e-4ec22d36b7b2","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13700","PortSpecifier":{"PortValue":13700}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"55d6380d-cf1b-464e-9ad5-866743a21072","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13700","PortSpecifier":{"PortValue":13700}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779577,"nanos":690540253},"http":{"id":"55d6380d-cf1b-464e-9ad5-866743a21072","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Site-Reliability"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:ef0dd2e8-802b-755e-c18a-d0187d0bbe88","preferred_username":"bob_sre","scope":"email profile","sid":"Z1Uc_LHJ7CnLLFqypsB8Z2ot","sub":"8e48c027-d05a-4f58-ac3b-5c74ddbe03c0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Site-Reliability"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:ef0dd2e8-802b-755e-c18a-d0187d0bbe88","preferred_username":"bob_sre","scope":"email profile","sid":"Z1Uc_LHJ7CnLLFqypsB8Z2ot","sub":"8e48c027-d05a-4f58-ac3b-5c74ddbe03c0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"bob_sre"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Site-Reliability\"]"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55d6380d-cf1b-464e-9ad5-866743a21072","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:56154","PortSpecifier":{"PortValue":56154}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:56154","PortSpecifier":{"PortValue":56154}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779577,"nanos":837203093},"http":{"id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0b54a711-80f5-7925-2947-024d3d1d4037","preferred_username":"alice_lead","scope":"email profile","sid":"XEloASJW1o8iHD4IcbH-P91h","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0b54a711-80f5-7925-2947-024d3d1d4037","preferred_username":"alice_lead","scope":"email profile","sid":"XEloASJW1o8iHD4IcbH-P91h","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ead4fde1-c8b7-4bd0-bea5-1e9a54795423","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43416","PortSpecifier":{"PortValue":43416}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","method":"DELETE","path":"/maas-api/v1/api-keys/99f31b77-abf5-4f23-9e0d-b87aa2b46623","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43416","PortSpecifier":{"PortValue":43416}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779577,"nanos":863581602},"http":{"id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","method":"DELETE","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/99f31b77-abf5-4f23-9e0d-b87aa2b46623",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0b54a711-80f5-7925-2947-024d3d1d4037","preferred_username":"alice_lead","scope":"email profile","sid":"XEloASJW1o8iHD4IcbH-P91h","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0b54a711-80f5-7925-2947-024d3d1d4037","preferred_username":"alice_lead","scope":"email profile","sid":"XEloASJW1o8iHD4IcbH-P91h","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/99f31b77-abf5-4f23-9e0d-b87aa2b46623",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"30be9f4e-62cc-4e33-9479-c56a272ff0fd","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:23626","PortSpecifier":{"PortValue":23626}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a3e34de1-738e-46e4-8373-26ad61eed177","method":"DELETE","path":"/maas-api/v1/api-keys/99f31b77-abf5-4f23-9e0d-b87aa2b46623","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:23626","PortSpecifier":{"PortValue":23626}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779577,"nanos":888494882},"http":{"id":"a3e34de1-738e-46e4-8373-26ad61eed177","method":"DELETE","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/99f31b77-abf5-4f23-9e0d-b87aa2b46623",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0b54a711-80f5-7925-2947-024d3d1d4037","preferred_username":"alice_lead","scope":"email profile","sid":"XEloASJW1o8iHD4IcbH-P91h","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779877,"groups":["Engineering","Project-Alpha"],"iat":1780779577,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0b54a711-80f5-7925-2947-024d3d1d4037","preferred_username":"alice_lead","scope":"email profile","sid":"XEloASJW1o8iHD4IcbH-P91h","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/99f31b77-abf5-4f23-9e0d-b87aa2b46623",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:37Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a3e34de1-738e-46e4-8373-26ad61eed177","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31118","PortSpecifier":{"PortValue":31118}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"74d62c0f-d9af-436f-afb9-4bd11717c886","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31118","PortSpecifier":{"PortValue":31118}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":35051986},"http":{"id":"74d62c0f-d9af-436f-afb9-4bd11717c886","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:5c2194bc-ab1f-3773-46b4-da885452037e","preferred_username":"alice_lead","scope":"email profile","sid":"Ecfc7JUtED9j1Rro5agc2zg6","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:5c2194bc-ab1f-3773-46b4-da885452037e","preferred_username":"alice_lead","scope":"email profile","sid":"Ecfc7JUtED9j1Rro5agc2zg6","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"74d62c0f-d9af-436f-afb9-4bd11717c886","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13712","PortSpecifier":{"PortValue":13712}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8cd835b0-df17-4949-b587-e76b4b54d452","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13712","PortSpecifier":{"PortValue":13712}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":61713313},"http":{"id":"8cd835b0-df17-4949-b587-e76b4b54d452","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-gaKcUGeR698nWgZT_52jWAdKGtLIKJyQmBJ4oeS7fe9Dtz5RQQ06YLWcueXE"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-gaKcUGeR698nWgZT_52jWAdKGtLIKJyQmBJ4oeS7fe9Dtz5RQQ06YLWcueXE\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8cd835b0-df17-4949-b587-e76b4b54d452","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5b9c717c-49d8-49f4-aef6-0d71920174da","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":66987639},"http":{"id":"5b9c717c-49d8-49f4-aef6-0d71920174da","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-gaKcUGeR698nWgZT_52jWAdKGtLIKJyQmBJ4oeS7fe9Dtz5RQQ06YLWcueXE"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-gaKcUGeR698nWgZT_52jWAdKGtLIKJyQmBJ4oeS7fe9Dtz5RQQ06YLWcueXE\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-gaKcUGeR698nWgZT_52jWAdKGtLIKJyQmBJ4oeS7fe9Dtz5RQQ06YLWcueXE","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.133.0.60","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.133.0.60","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"5b9c717c-49d8-49f4-aef6-0d71920174da"},"host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","id":"5b9c717c-49d8-49f4-aef6-0d71920174da","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":66987639,"seconds":1780779578},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.133.0.60:39568","port":39568}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"7d6a51be-482f-4490-812a-cb50bb4b9e78","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5b9c717c-49d8-49f4-aef6-0d71920174da","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43432","PortSpecifier":{"PortValue":43432}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43432","PortSpecifier":{"PortValue":43432}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":214687451},"http":{"id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:f116c186-7dfc-1c5e-811f-237cb9f2bfa6","preferred_username":"alice_lead","scope":"email profile","sid":"3LsSKnzOsFqZgv3Y4yqf8IQ-","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:f116c186-7dfc-1c5e-811f-237cb9f2bfa6","preferred_username":"alice_lead","scope":"email profile","sid":"3LsSKnzOsFqZgv3Y4yqf8IQ-","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9c339fd3-3176-4af1-b60d-044a11ca8a4d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:37464","PortSpecifier":{"PortValue":37464}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:37464","PortSpecifier":{"PortValue":37464}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":240314121},"http":{"id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-2GcJfh66wrI9mlIY_tj5WChmEprb4n9epD4LL45UYJ3ZbJK9xUlZfArtnvxo"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-2GcJfh66wrI9mlIY_tj5WChmEprb4n9epD4LL45UYJ3ZbJK9xUlZfArtnvxo\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"17f25bc1-28c6-4ed0-baa8-46ae09ad194e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"13d95f50-212e-4d04-8217-2c95301268f1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:56158","PortSpecifier":{"PortValue":56158}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"13d95f50-212e-4d04-8217-2c95301268f1","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"13d95f50-212e-4d04-8217-2c95301268f1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:56158","PortSpecifier":{"PortValue":56158}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":263401673},"http":{"id":"13d95f50-212e-4d04-8217-2c95301268f1","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"13d95f50-212e-4d04-8217-2c95301268f1","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-2GcJfh66wrI9mlIY_tj5WChmEprb4n9epD4LL45UYJ3ZbJK9xUlZfArtnvxo"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"13d95f50-212e-4d04-8217-2c95301268f1","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-2GcJfh66wrI9mlIY_tj5WChmEprb4n9epD4LL45UYJ3ZbJK9xUlZfArtnvxo\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"13d95f50-212e-4d04-8217-2c95301268f1","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"13d95f50-212e-4d04-8217-2c95301268f1","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"13d95f50-212e-4d04-8217-2c95301268f1","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"13d95f50-212e-4d04-8217-2c95301268f1","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"13d95f50-212e-4d04-8217-2c95301268f1","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"13d95f50-212e-4d04-8217-2c95301268f1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"13d95f50-212e-4d04-8217-2c95301268f1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":268517637},"http":{"id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-2GcJfh66wrI9mlIY_tj5WChmEprb4n9epD4LL45UYJ3ZbJK9xUlZfArtnvxo"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-2GcJfh66wrI9mlIY_tj5WChmEprb4n9epD4LL45UYJ3ZbJK9xUlZfArtnvxo\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-2GcJfh66wrI9mlIY_tj5WChmEprb4n9epD4LL45UYJ3ZbJK9xUlZfArtnvxo","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.133.0.60","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.133.0.60","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b"},"host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":268517637,"seconds":1780779578},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.133.0.60:39568","port":39568}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"1775f91b-76af-4a30-8a46-0b0369c01267","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5ed9dacd-4429-4b75-966b-0915a67d9c0b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31128","PortSpecifier":{"PortValue":31128}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"047c5705-e979-42f7-b68d-da6892b0ba74","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:31128","PortSpecifier":{"PortValue":31128}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":415171478},"http":{"id":"047c5705-e979-42f7-b68d-da6892b0ba74","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:f7f9fd87-5739-2a87-301f-df642c7600a9","preferred_username":"alice_lead","scope":"email profile","sid":"VaHX2K5HfR2nLORbwEGhZpfE","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:f7f9fd87-5739-2a87-301f-df642c7600a9","preferred_username":"alice_lead","scope":"email profile","sid":"VaHX2K5HfR2nLORbwEGhZpfE","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"047c5705-e979-42f7-b68d-da6892b0ba74","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13728","PortSpecifier":{"PortValue":13728}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:13728","PortSpecifier":{"PortValue":13728}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":441802898},"http":{"id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6557ea70-d0aa-424d-b673-5e6e09d5628c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":446832885},"http":{"id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.133.0.60","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.133.0.60","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9"},"host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":446832885,"seconds":1780779578},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.133.0.60:39568","port":39568}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"cbe8fafc-ead2-4487-afbc-5740cc290ea6","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"39a937e0-4b4a-4336-8fe9-c4ee8a17faf9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:23634","PortSpecifier":{"PortValue":23634}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:23634","PortSpecifier":{"PortValue":23634}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":478722926},"http":{"id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a834f82b-d799-4aa3-97e2-76c97f095d4c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.133.0.60:39568","PortSpecifier":{"PortValue":39568}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":483838200},"http":{"id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","method":"GET","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":"apiKeyValidation","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/api-keys/validate","headers":{"Content-Type":["application/json"]},"body":"{\"key\":\"sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.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":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-2IN6tpXOiEpzIjks_Xo1HOoR5SdIFdWONaoki9uD5xFM6x0C4zO7pC05ZR0a","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.133.0.60","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQAoETkFNRRI4GjZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC02ODdmZjY5OTYtYmZyZmIKIAoJTkFNRVNQQUNFEhMaEW9wZW5zaGlmdC1pbmdyZXNzCnQKBU9XTkVSEmsaaWt1YmVybmV0ZXM6Ly9hcGlzL2FwcHMvdjEvbmFtZXNwYWNlcy9vcGVuc2hpZnQtaW5ncmVzcy9kZXBsb3ltZW50cy9tYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAo5Cg1XT1JLTE9BRF9OQU1FEigaJm1hYXMtZGVmYXVsdC1nYXRld2F5LW9wZW5zaGlmdC1kZWZhdWx0","x-envoy-peer-metadata-id":"router~10.134.0.32~maas-default-gateway-openshift-default-687ff6996-bfrfb.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.133.0.60","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e"},"host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":483838200,"seconds":1780779578},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.133.0.60:39568","port":39568}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"auth-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"# API key authentication: validate the key\nallow {\n object.get(input.auth.metadata, \"apiKeyValidation\", {})\n input.auth.metadata.apiKeyValidation.valid == true\n}\n\n# Kubernetes token authentication: check identity exists\nallow {\n object.get(input.auth.identity, \"user\", {}).username != \"\"\n}\n\n# OIDC token authentication: check JWT subject exists\nallow {\n object.get(input.auth.identity, \"sub\", \"\") != \"\"\n}","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"subscription-valid","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"allow {\n\t# Subscription name must be present (selector succeeded)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"name\", \"\") != \"\"\n\t# Error field must be empty (no validation errors from selector)\n\tobject.get(input.auth.metadata[\"subscription-info\"], \"error\", \"\") == \"\"\n\t# Allowlist: phase must be exactly \"Active\" or \"Degraded\" (reject empty/unreconciled)\n\tphase := object.get(input.auth.metadata[\"subscription-info\"], \"phase\", \"\")\n\tany([phase == \"Active\", phase == \"Degraded\"])\n\t# Subscription must not be deleting\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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"require-group-membership","Priority":0,"Conditions":{"Left":null,"Right":null},"Metrics":false,"Cache":{},"OPA":{"Rego":"\n# Allowed groups and users from all MaaSAuthPolicies\nallowed_groups := [\"system:authenticated\"]\nallowed_users := []\n\n# Extract username from API key, OIDC, or K8s token\nusername := input.auth.metadata.apiKeyValidation.username\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.username != \"\" }\nelse := input.auth.identity.preferred_username\n { object.get(input.auth, \"identity\", {}).preferred_username != \"\" }\nelse := input.auth.identity.sub\n { object.get(input.auth, \"identity\", {}).sub != \"\" }\nelse := input.auth.identity.user.username\n { object.get(input.auth, \"identity\", {}).user.username != \"\" }\nelse := \"\"\n\n# Extract groups from API key, OIDC, or K8s token\ngroups := input.auth.metadata.apiKeyValidation.groups\n { object.get(input.auth, \"metadata\", {}).apiKeyValidation.groups != [] }\nelse := input.auth.identity.groups\n { object.get(input.auth, \"identity\", {}).groups != [] }\nelse := input.auth.identity.user.groups\n { object.get(input.auth, \"identity\", {}).user.groups != [] }\nelse := []\n\n# Allow if user is in allowed users\nallow {\n username == allowed_users[_]\n}\n\n# Allow if any user group is in allowed groups\nallow {\n groups[_] == allowed_groups[_]\n}\n","ExternalSource":null,"AllValues":false},"JSON":null,"KubernetesAuthz":null,"Authzed":null},"object":{"allow":true}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"Authorization","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"authorization","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{"Static":"","Pattern":""}}},"object":""} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"simulator-subscription"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"cbe8fafc-ead2-4487-afbc-5740cc290ea6","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"be0fe9e3-4aad-4d99-9c48-cacb1e179f7e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43442","PortSpecifier":{"PortValue":43442}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43442","PortSpecifier":{"PortValue":43442}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.32:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780779578,"nanos":633756709},"http":{"id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","method":"POST","headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","config":{"Name":"oidc-identities","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":null,"Plain":null,"Noop":null,"ExtendedProperties":[]},"object":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b2c6fe06-b373-31a3-a2b2-04477b1543f6","preferred_username":"alice_lead","scope":"email profile","sid":"uYwbi88mOHk3LkKqMOyD3mUT","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780779878,"groups":["Engineering","Project-Alpha"],"iat":1780779578,"iss":"https://keycloak.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b2c6fe06-b373-31a3-a2b2-04477b1543f6","preferred_username":"alice_lead","scope":"email profile","sid":"uYwbi88mOHk3LkKqMOyD3mUT","sub":"eb96dd15-4289-4c96-8580-79c8f0b67aa0","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.32:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.d0ceb10f-9165-4f22-9391-589049c7c4dd.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-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","config":{"Name":"oidc-client-bound","Priority":1,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OPA":null,"JSON":{"Rules":{"Left":{"Selector":"auth.identity.azp","Operator":1,"Value":"test-client"},"Right":{"Left":null,"Right":null}}},"KubernetesAuthz":null,"Authzed":null},"object":true} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"info","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-06T20:59:38Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fbf0e71c-f165-459c-9e53-fbd4a8c42947","authorized":true,"response":"OK"}