{"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fac55a35-250c-46b8-ae37-e59bb48de57d","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fac55a35-250c-46b8-ae37-e59bb48de57d","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fac55a35-250c-46b8-ae37-e59bb48de57d","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fac55a35-250c-46b8-ae37-e59bb48de57d","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fac55a35-250c-46b8-ae37-e59bb48de57d","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":"subscription_error","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}}]},"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":"e62c5685-1f5b-45e2-b8fa-129f9036a388","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-08T13:26:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fac55a35-250c-46b8-ae37-e59bb48de57d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fac55a35-250c-46b8-ae37-e59bb48de57d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:21410","PortSpecifier":{"PortValue":21410}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:21410","PortSpecifier":{"PortValue":21410}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925201,"nanos":475760068},"http":{"id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-9AJVrtEFMA15VQfY_vGH8YfuQ9Iq8vW0zENJAIZu6XHqyXd7M80lbT7o0GgM"} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","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-9AJVrtEFMA15VQfY_vGH8YfuQ9Iq8vW0zENJAIZu6XHqyXd7M80lbT7o0GgM\"}"} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","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-08T13:26:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"07211e19-a28f-405a-84d7-0ce6d06cc85a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5a67e062-bad0-426e-b414-1ddf31b24fad","method":"GET","path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925201,"nanos":481509908},"http":{"id":"5a67e062-bad0-426e-b414-1ddf31b24fad","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-9AJVrtEFMA15VQfY_vGH8YfuQ9Iq8vW0zENJAIZu6XHqyXd7M80lbT7o0GgM"} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-9AJVrtEFMA15VQfY_vGH8YfuQ9Iq8vW0zENJAIZu6XHqyXd7M80lbT7o0GgM\"}"} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-9AJVrtEFMA15VQfY_vGH8YfuQ9Iq8vW0zENJAIZu6XHqyXd7M80lbT7o0GgM","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.134.0.28","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.28","x-forwarded-proto":"https","x-maas-subscription":"e2e-central-models-exempt-sub","x-request-id":"5a67e062-bad0-426e-b414-1ddf31b24fad"},"host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","id":"5a67e062-bad0-426e-b414-1ddf31b24fad","method":"GET","path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":481509908,"seconds":1780925201},"url_path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.28:35370","port":35370}}} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","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-08T13:26:41Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"e62c5685-1f5b-45e2-b8fa-129f9036a388","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-08T13:26:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:26:41Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5a67e062-bad0-426e-b414-1ddf31b24fad","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T13:26:43Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:43Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:43Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:43Z","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-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:43Z","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-08T13:26:43Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:43Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:43Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:43Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:43Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:43Z","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-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:43Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:43Z","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-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:25Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:25Z","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-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T13:26:43Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"debug","ts":"2026-06-08T13:26:43Z","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-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:51Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:51Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:51Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0\": 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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:51Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:51Z","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-08T13:26:51Z","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-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:51Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:51Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:51Z","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-08T13:26:51Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:33032","PortSpecifier":{"PortValue":33032}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:33032","PortSpecifier":{"PortValue":33032}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925215,"nanos":8415384},"http":{"id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","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":"1438434d-4f5e-4f9a-9f28-2833e07d6aa8","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=56be9778-48aa-4324-9a4a-aa232fed3b0a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/f93e6988e58a"]}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/f93e6988e58a"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=56be9778-48aa-4324-9a4a-aa232fed3b0a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1438434d-4f5e-4f9a-9f28-2833e07d6aa8","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","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-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"76cf9503-239b-4f9b-86f4-a1bff0acc648","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ca2f881f-9588-4cc7-9d05-0286169c4e2c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18848","PortSpecifier":{"PortValue":18848}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ca2f881f-9588-4cc7-9d05-0286169c4e2c","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ca2f881f-9588-4cc7-9d05-0286169c4e2c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18848","PortSpecifier":{"PortValue":18848}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925215,"nanos":401168970},"http":{"id":"ca2f881f-9588-4cc7-9d05-0286169c4e2c","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ca2f881f-9588-4cc7-9d05-0286169c4e2c","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ca2f881f-9588-4cc7-9d05-0286169c4e2c","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required","headers":[{"WWW-Authenticate":"Bearer **** realm=\"api-keys\""}]}} {"level":"info","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f4ba872b-4e31-43da-84df-a3f5d38570eb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43408","PortSpecifier":{"PortValue":43408}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f4ba872b-4e31-43da-84df-a3f5d38570eb","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f4ba872b-4e31-43da-84df-a3f5d38570eb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:43408","PortSpecifier":{"PortValue":43408}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925215,"nanos":425147626},"http":{"id":"f4ba872b-4e31-43da-84df-a3f5d38570eb","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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":"f4ba872b-4e31-43da-84df-a3f5d38570eb"},"path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"},"metadata_context":{}}} {"level":"info","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f4ba872b-4e31-43da-84df-a3f5d38570eb","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f4ba872b-4e31-43da-84df-a3f5d38570eb","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required","headers":[{"WWW-Authenticate":"Bearer **** realm=\"api-keys\""}]}} {"level":"info","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57346","PortSpecifier":{"PortValue":57346}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57346","PortSpecifier":{"PortValue":57346}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925215,"nanos":449821520},"http":{"id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-6EF2gVGyeMlwyxmU_KVfc2BWtRRxtpWrzljedHHZ72ovAxseI1uWIcdmolxj"} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-6EF2gVGyeMlwyxmU_KVfc2BWtRRxtpWrzljedHHZ72ovAxseI1uWIcdmolxj\"}"} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","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-08T13:26:55Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_info","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"87707300-7266-40a1-a97a-ccf73af238db","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-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:26:55Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5fe0a36f-92b4-43f0-afc4-499a2d326f6f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:26:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"debug","ts":"2026-06-08T13:26:56Z","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-08T13:26:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:26:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:26:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T13:26:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"debug","ts":"2026-06-08T13:26:56Z","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-08T13:26:56Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:56Z","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-08T13:26:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:57Z","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-08T13:26:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:57Z","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-08T13:26:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"error","ts":"2026-06-08T13:26:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae\": 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-08T13:26:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:57Z","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-08T13:26:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"debug","ts":"2026-06-08T13:26:57Z","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-08T13:26:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:57Z","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-08T13:26:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-06-08T13:26:57Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:26:57Z","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-08T13:27:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-06-08T13:27:21Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"debug","ts":"2026-06-08T13:27:33Z","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-08T13:27:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:27:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:27:33Z","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-08T13:27:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:27:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:27:33Z","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-08T13:27:33Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T13:27:33Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:27:33Z","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-08T13:27:33Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:27:33Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:27:33Z","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-08T13:27:33Z","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-08T13:26:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T13:26:51Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T13:27:33Z","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-08T13:27:33Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T13:27:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T13:27:35Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27026","PortSpecifier":{"PortValue":27026}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27026","PortSpecifier":{"PortValue":27026}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":64362842},"http":{"id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","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":1780925582,"groups":["Engineering","Project-Alpha"],"iat":1780925282,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:247d0e59-0ec7-8b2f-70bc-42ce2bb0e59e","preferred_username":"alice_lead","scope":"profile email","sid":"f5yvTOe6C4upN3cH3OmbXtKx","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925582,"groups":["Engineering","Project-Alpha"],"iat":1780925282,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:247d0e59-0ec7-8b2f-70bc-42ce2bb0e59e","preferred_username":"alice_lead","scope":"profile email","sid":"f5yvTOe6C4upN3cH3OmbXtKx","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0c00a261-aaf0-4db8-b290-26c4c60eee49","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"69d144fd-35cd-4b99-9136-3e813d92fb23","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45352","PortSpecifier":{"PortValue":45352}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"69d144fd-35cd-4b99-9136-3e813d92fb23","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"69d144fd-35cd-4b99-9136-3e813d92fb23","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45352","PortSpecifier":{"PortValue":45352}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":179501359},"http":{"id":"69d144fd-35cd-4b99-9136-3e813d92fb23","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"69d144fd-35cd-4b99-9136-3e813d92fb23","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"69d144fd-35cd-4b99-9136-3e813d92fb23","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"69d144fd-35cd-4b99-9136-3e813d92fb23","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"69d144fd-35cd-4b99-9136-3e813d92fb23","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"69d144fd-35cd-4b99-9136-3e813d92fb23","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":"Bearer **** realm=\"openshift-identities\""},{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""}]}} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4a022621-bae6-4dc9-9611-3bf66ef8f939","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:33246","PortSpecifier":{"PortValue":33246}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4a022621-bae6-4dc9-9611-3bf66ef8f939","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4a022621-bae6-4dc9-9611-3bf66ef8f939","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:33246","PortSpecifier":{"PortValue":33246}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":246832885},"http":{"id":"4a022621-bae6-4dc9-9611-3bf66ef8f939","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer","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.4","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.4","x-forwarded-proto":"https","x-request-id":"4a022621-bae6-4dc9-9611-3bf66ef8f939"},"path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"metadata_context":{}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"4a022621-bae6-4dc9-9611-3bf66ef8f939","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4a022621-bae6-4dc9-9611-3bf66ef8f939","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"openshift-identities\":\"credential not found\"}"}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4a022621-bae6-4dc9-9611-3bf66ef8f939","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"openshift-identities\":\"credential not found\"}","headers":[{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""},{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""}]}} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8b880f1b-3eb3-4724-b093-24708b0084c9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64140","PortSpecifier":{"PortValue":64140}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8b880f1b-3eb3-4724-b093-24708b0084c9","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8b880f1b-3eb3-4724-b093-24708b0084c9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64140","PortSpecifier":{"PortValue":64140}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":275011759},"http":{"id":"8b880f1b-3eb3-4724-b093-24708b0084c9","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","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":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-request-id":"8b880f1b-3eb3-4724-b093-24708b0084c9"},"path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"metadata_context":{}}} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8b880f1b-3eb3-4724-b093-24708b0084c9","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{}"}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8b880f1b-3eb3-4724-b093-24708b0084c9","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{}","headers":[{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""},{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""}]}} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27040","PortSpecifier":{"PortValue":27040}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27040","PortSpecifier":{"PortValue":27040}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":650981751},"http":{"id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","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":1780925582,"groups":["Site-Reliability"],"iat":1780925282,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b4aec543-d798-3528-04ab-d9f82b963a2c","preferred_username":"bob_sre","scope":"profile email","sid":"udUzo34gxrAy6xNXhSX82cXw","sub":"b45b0663-95ce-45b3-8848-cace35306343","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925582,"groups":["Site-Reliability"],"iat":1780925282,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b4aec543-d798-3528-04ab-d9f82b963a2c","preferred_username":"bob_sre","scope":"profile email","sid":"udUzo34gxrAy6xNXhSX82cXw","sub":"b45b0663-95ce-45b3-8848-cace35306343","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ead5017a-25ea-49e6-9039-2aaa9fa99627","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45362","PortSpecifier":{"PortValue":45362}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e57b95ea-79e7-4822-84a7-86a430710d36","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45362","PortSpecifier":{"PortValue":45362}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":872589316},"http":{"id":"e57b95ea-79e7-4822-84a7-86a430710d36","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","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":1780925582,"groups":["Engineering","Project-Alpha"],"iat":1780925282,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:ec7cb1b8-ef81-f155-2988-eedcc190be9a","preferred_username":"alice_lead","scope":"profile email","sid":"4D_iXbNioXYZEDVEf74Dq8O7","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925582,"groups":["Engineering","Project-Alpha"],"iat":1780925282,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:ec7cb1b8-ef81-f155-2988-eedcc190be9a","preferred_username":"alice_lead","scope":"profile email","sid":"4D_iXbNioXYZEDVEf74Dq8O7","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e57b95ea-79e7-4822-84a7-86a430710d36","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64154","PortSpecifier":{"PortValue":64154}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d13f38db-9217-4d50-8e62-22b2903344c1","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64154","PortSpecifier":{"PortValue":64154}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":902788498},"http":{"id":"d13f38db-9217-4d50-8e62-22b2903344c1","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-11Qz0ucZTK6zvO2YS_bDwDHl5LdFLrH3KGWDMlyHR85xF2j6R0l850zLKHpqv"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","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-11Qz0ucZTK6zvO2YS_bDwDHl5LdFLrH3KGWDMlyHR85xF2j6R0l850zLKHpqv\"}"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d13f38db-9217-4d50-8e62-22b2903344c1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":918016659},"http":{"id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-11Qz0ucZTK6zvO2YS_bDwDHl5LdFLrH3KGWDMlyHR85xF2j6R0l850zLKHpqv"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-11Qz0ucZTK6zvO2YS_bDwDHl5LdFLrH3KGWDMlyHR85xF2j6R0l850zLKHpqv\"}"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-11Qz0ucZTK6zvO2YS_bDwDHl5LdFLrH3KGWDMlyHR85xF2j6R0l850zLKHpqv","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.134.0.28","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.28","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"2dbcd316-19c2-465a-ac6a-1316235b99d4"},"host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":918016659,"seconds":1780925282},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.28:35370","port":35370}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","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_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"da5df135-e603-4971-8995-23552ee96d27","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2dbcd316-19c2-465a-ac6a-1316235b99d4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27044","PortSpecifier":{"PortValue":27044}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2202455d-9bdb-4af9-a589-f59404868e9b","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27044","PortSpecifier":{"PortValue":27044}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925282,"nanos":952400504},"http":{"id":"2202455d-9bdb-4af9-a589-f59404868e9b","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-11Qz0ucZTK6zvO2YS_bDwDHl5LdFLrH3KGWDMlyHR85xF2j6R0l850zLKHpqv"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-11Qz0ucZTK6zvO2YS_bDwDHl5LdFLrH3KGWDMlyHR85xF2j6R0l850zLKHpqv\"}"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","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-08T13:28:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"subscription_error","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"da5df135-e603-4971-8995-23552ee96d27","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-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2202455d-9bdb-4af9-a589-f59404868e9b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45370","PortSpecifier":{"PortValue":45370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45370","PortSpecifier":{"PortValue":45370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925283,"nanos":50656862},"http":{"id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","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":1780925583,"groups":["Engineering","Project-Alpha"],"iat":1780925283,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:10e4789f-f82b-5101-5aed-7778bd229a31","preferred_username":"alice_lead","scope":"profile email","sid":"nlSqOMPGCm0q466UldTcMofc","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925583,"groups":["Engineering","Project-Alpha"],"iat":1780925283,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:10e4789f-f82b-5101-5aed-7778bd229a31","preferred_username":"alice_lead","scope":"profile email","sid":"nlSqOMPGCm0q466UldTcMofc","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","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-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","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-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","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-08T13:28:03Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1fd9d5e9-cd6b-4309-9d93-74317bc1e959","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64164","PortSpecifier":{"PortValue":64164}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","method":"DELETE","path":"/maas-api/v1/api-keys/581cc4a7-5d5a-4616-a8ff-a20b8c9f7d84","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64164","PortSpecifier":{"PortValue":64164}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925283,"nanos":81765418},"http":{"id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","method":"DELETE","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/581cc4a7-5d5a-4616-a8ff-a20b8c9f7d84",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","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":1780925583,"groups":["Engineering","Project-Alpha"],"iat":1780925283,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:10e4789f-f82b-5101-5aed-7778bd229a31","preferred_username":"alice_lead","scope":"profile email","sid":"nlSqOMPGCm0q466UldTcMofc","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925583,"groups":["Engineering","Project-Alpha"],"iat":1780925283,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:10e4789f-f82b-5101-5aed-7778bd229a31","preferred_username":"alice_lead","scope":"profile email","sid":"nlSqOMPGCm0q466UldTcMofc","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/581cc4a7-5d5a-4616-a8ff-a20b8c9f7d84",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","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-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","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-08T13:28:03Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","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-08T13:28:03Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:03Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c65b4c3d-14e3-4c91-b2b5-b42bafc12690","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27060","PortSpecifier":{"PortValue":27060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27060","PortSpecifier":{"PortValue":27060}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":128267704},"http":{"id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-TUFHrvCNWQGkS4LO_cGYftvMXiAIS5qBtUs3gAKPco8abQpGIDQRTOw8448L"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","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-TUFHrvCNWQGkS4LO_cGYftvMXiAIS5qBtUs3gAKPco8abQpGIDQRTOw8448L\"}"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"34e954f3-2e7e-4a3d-8d51-9d3dda229a4d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45374","PortSpecifier":{"PortValue":45374}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45374","PortSpecifier":{"PortValue":45374}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":257137525},"http":{"id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3dea4b32-6d1b-4dcb-8fab-4c06f4b304b1","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":"Bearer **** realm=\"openshift-identities\""},{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""}]}} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64176","PortSpecifier":{"PortValue":64176}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64176","PortSpecifier":{"PortValue":64176}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":424430994},"http":{"id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","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":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b46e812d-caab-85cb-1e1f-1e7d0b08660e","preferred_username":"alice_lead","scope":"profile email","sid":"BKX6-CejhDbRdsgwbVLhrxyZ","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b46e812d-caab-85cb-1e1f-1e7d0b08660e","preferred_username":"alice_lead","scope":"profile email","sid":"BKX6-CejhDbRdsgwbVLhrxyZ","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fa6bf0cb-bbbe-43b4-b024-a189eea58a5c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27068","PortSpecifier":{"PortValue":27068}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c47ae29c-b08e-4229-b700-42c4147fc087","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27068","PortSpecifier":{"PortValue":27068}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":451113510},"http":{"id":"c47ae29c-b08e-4229-b700-42c4147fc087","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","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":1780925586,"groups":["Site-Reliability"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:db170228-0bbd-e30d-da20-9201db1fec13","preferred_username":"bob_sre","scope":"profile email","sid":"sj7KnBvS7NopO5j5eE2mZRih","sub":"b45b0663-95ce-45b3-8848-cace35306343","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Site-Reliability"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:db170228-0bbd-e30d-da20-9201db1fec13","preferred_username":"bob_sre","scope":"profile email","sid":"sj7KnBvS7NopO5j5eE2mZRih","sub":"b45b0663-95ce-45b3-8848-cace35306343","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c47ae29c-b08e-4229-b700-42c4147fc087","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45376","PortSpecifier":{"PortValue":45376}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45376","PortSpecifier":{"PortValue":45376}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":543593578},"http":{"id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","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":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:15f13db3-6e3b-b824-6619-37a1f1f270c8","preferred_username":"alice_lead","scope":"profile email","sid":"Kpsn8IE3vE-Q0zdzeaJ60b55","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:15f13db3-6e3b-b824-6619-37a1f1f270c8","preferred_username":"alice_lead","scope":"profile email","sid":"Kpsn8IE3vE-Q0zdzeaJ60b55","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8dce62d6-43a4-471e-bdfb-aa6551a69bf3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64190","PortSpecifier":{"PortValue":64190}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","method":"DELETE","path":"/maas-api/v1/api-keys/c942e709-7515-4338-9ebf-6dbc37d5ac72","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64190","PortSpecifier":{"PortValue":64190}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":568839268},"http":{"id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","method":"DELETE","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/c942e709-7515-4338-9ebf-6dbc37d5ac72",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","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":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:15f13db3-6e3b-b824-6619-37a1f1f270c8","preferred_username":"alice_lead","scope":"profile email","sid":"Kpsn8IE3vE-Q0zdzeaJ60b55","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:15f13db3-6e3b-b824-6619-37a1f1f270c8","preferred_username":"alice_lead","scope":"profile email","sid":"Kpsn8IE3vE-Q0zdzeaJ60b55","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/c942e709-7515-4338-9ebf-6dbc37d5ac72",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94b73b1f-fcad-46c3-8b3f-5293b7d6dcb8","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e86c4508-769f-4461-85c5-3014688a69a9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27072","PortSpecifier":{"PortValue":27072}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e86c4508-769f-4461-85c5-3014688a69a9","method":"DELETE","path":"/maas-api/v1/api-keys/c942e709-7515-4338-9ebf-6dbc37d5ac72","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e86c4508-769f-4461-85c5-3014688a69a9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27072","PortSpecifier":{"PortValue":27072}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":595270431},"http":{"id":"e86c4508-769f-4461-85c5-3014688a69a9","method":"DELETE","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/c942e709-7515-4338-9ebf-6dbc37d5ac72",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e86c4508-769f-4461-85c5-3014688a69a9","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":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:15f13db3-6e3b-b824-6619-37a1f1f270c8","preferred_username":"alice_lead","scope":"profile email","sid":"Kpsn8IE3vE-Q0zdzeaJ60b55","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e86c4508-769f-4461-85c5-3014688a69a9","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:15f13db3-6e3b-b824-6619-37a1f1f270c8","preferred_username":"alice_lead","scope":"profile email","sid":"Kpsn8IE3vE-Q0zdzeaJ60b55","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/c942e709-7515-4338-9ebf-6dbc37d5ac72",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e86c4508-769f-4461-85c5-3014688a69a9","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e86c4508-769f-4461-85c5-3014688a69a9","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e86c4508-769f-4461-85c5-3014688a69a9","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e86c4508-769f-4461-85c5-3014688a69a9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e86c4508-769f-4461-85c5-3014688a69a9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45388","PortSpecifier":{"PortValue":45388}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45388","PortSpecifier":{"PortValue":45388}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":682144922},"http":{"id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","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":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c7db3e6c-0481-773d-1222-bc11693f2679","preferred_username":"alice_lead","scope":"profile email","sid":"PshtzV1SGkcZuySSoWps8RMj","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c7db3e6c-0481-773d-1222-bc11693f2679","preferred_username":"alice_lead","scope":"profile email","sid":"PshtzV1SGkcZuySSoWps8RMj","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7d64c7f1-93df-41a6-a518-1b04077aa96c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64206","PortSpecifier":{"PortValue":64206}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ff49aa3f-b658-4db3-b760-f322285d7e16","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64206","PortSpecifier":{"PortValue":64206}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":709497186},"http":{"id":"ff49aa3f-b658-4db3-b760-f322285d7e16","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1U3r1PXyuwPYXkppu_FNqprabDgWM36UzOSq73n7xrvnEKNFKjrHTyCiWstN8"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","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-1U3r1PXyuwPYXkppu_FNqprabDgWM36UzOSq73n7xrvnEKNFKjrHTyCiWstN8\"}"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ff49aa3f-b658-4db3-b760-f322285d7e16","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":715577636},"http":{"id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1U3r1PXyuwPYXkppu_FNqprabDgWM36UzOSq73n7xrvnEKNFKjrHTyCiWstN8"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-1U3r1PXyuwPYXkppu_FNqprabDgWM36UzOSq73n7xrvnEKNFKjrHTyCiWstN8\"}"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-1U3r1PXyuwPYXkppu_FNqprabDgWM36UzOSq73n7xrvnEKNFKjrHTyCiWstN8","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.134.0.28","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.28","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa"},"host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":715577636,"seconds":1780925286},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.28:35370","port":35370}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","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_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"913aabb2-2c0f-4983-83e6-13eb1e016347","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b15b8fe7-aaae-43c5-99f8-0dd0e3b7d9fa","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"99d3d842-44c0-42eb-816d-963060e4f048","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27074","PortSpecifier":{"PortValue":27074}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"99d3d842-44c0-42eb-816d-963060e4f048","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"99d3d842-44c0-42eb-816d-963060e4f048","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27074","PortSpecifier":{"PortValue":27074}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":809040903},"http":{"id":"99d3d842-44c0-42eb-816d-963060e4f048","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"99d3d842-44c0-42eb-816d-963060e4f048","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":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:e056e3bf-6755-26ed-425e-fa92a033e259","preferred_username":"alice_lead","scope":"profile email","sid":"8v40G8l-yGF6FOxe3mBG1Qe5","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"99d3d842-44c0-42eb-816d-963060e4f048","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:e056e3bf-6755-26ed-425e-fa92a033e259","preferred_username":"alice_lead","scope":"profile email","sid":"8v40G8l-yGF6FOxe3mBG1Qe5","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"99d3d842-44c0-42eb-816d-963060e4f048","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"99d3d842-44c0-42eb-816d-963060e4f048","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"99d3d842-44c0-42eb-816d-963060e4f048","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"99d3d842-44c0-42eb-816d-963060e4f048","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"99d3d842-44c0-42eb-816d-963060e4f048","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1a13d715-7556-40ac-8193-2193eab418a4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45400","PortSpecifier":{"PortValue":45400}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1a13d715-7556-40ac-8193-2193eab418a4","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1a13d715-7556-40ac-8193-2193eab418a4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45400","PortSpecifier":{"PortValue":45400}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":834248444},"http":{"id":"1a13d715-7556-40ac-8193-2193eab418a4","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1a13d715-7556-40ac-8193-2193eab418a4","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1cTH1qxulAui82MHc_NXuUza4SYZCJjcELxRMH1fosNSOpyhOqk14uuvJpsbl"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1a13d715-7556-40ac-8193-2193eab418a4","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-1cTH1qxulAui82MHc_NXuUza4SYZCJjcELxRMH1fosNSOpyhOqk14uuvJpsbl\"}"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1a13d715-7556-40ac-8193-2193eab418a4","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1a13d715-7556-40ac-8193-2193eab418a4","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1a13d715-7556-40ac-8193-2193eab418a4","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1a13d715-7556-40ac-8193-2193eab418a4","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1a13d715-7556-40ac-8193-2193eab418a4","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1a13d715-7556-40ac-8193-2193eab418a4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1a13d715-7556-40ac-8193-2193eab418a4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:10076","PortSpecifier":{"PortValue":10076}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"bc39a31b-e2d8-4866-a790-916a3167c82f","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:10076","PortSpecifier":{"PortValue":10076}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":861430448},"http":{"id":"bc39a31b-e2d8-4866-a790-916a3167c82f","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1cTH1qxulAui82MHc_NXuUza4SYZCJjcELxRMH1fosNSOpyhOqk14uuvJpsbl"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","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-1cTH1qxulAui82MHc_NXuUza4SYZCJjcELxRMH1fosNSOpyhOqk14uuvJpsbl\"}"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"bc39a31b-e2d8-4866-a790-916a3167c82f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b772ced8-2188-4c73-bb67-db90bc16b871","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":867210579},"http":{"id":"b772ced8-2188-4c73-bb67-db90bc16b871","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1cTH1qxulAui82MHc_NXuUza4SYZCJjcELxRMH1fosNSOpyhOqk14uuvJpsbl"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-1cTH1qxulAui82MHc_NXuUza4SYZCJjcELxRMH1fosNSOpyhOqk14uuvJpsbl\"}"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-1cTH1qxulAui82MHc_NXuUza4SYZCJjcELxRMH1fosNSOpyhOqk14uuvJpsbl","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.134.0.28","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.28","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"b772ced8-2188-4c73-bb67-db90bc16b871"},"host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","id":"b772ced8-2188-4c73-bb67-db90bc16b871","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":867210579,"seconds":1780925286},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.28:35370","port":35370}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","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_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"7da57e70-f170-409a-a588-87410e0845de","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b772ced8-2188-4c73-bb67-db90bc16b871","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9d429e75-20bd-4ec9-a702-99849e101663","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64216","PortSpecifier":{"PortValue":64216}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9d429e75-20bd-4ec9-a702-99849e101663","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9d429e75-20bd-4ec9-a702-99849e101663","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:64216","PortSpecifier":{"PortValue":64216}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":967305387},"http":{"id":"9d429e75-20bd-4ec9-a702-99849e101663","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9d429e75-20bd-4ec9-a702-99849e101663","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":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0a678718-7792-a916-44e0-f5c4e21e77a4","preferred_username":"alice_lead","scope":"profile email","sid":"yRRpwMqT8r81fFjgYY5Ee57O","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9d429e75-20bd-4ec9-a702-99849e101663","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925586,"groups":["Engineering","Project-Alpha"],"iat":1780925286,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:0a678718-7792-a916-44e0-f5c4e21e77a4","preferred_username":"alice_lead","scope":"profile email","sid":"yRRpwMqT8r81fFjgYY5Ee57O","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9d429e75-20bd-4ec9-a702-99849e101663","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9d429e75-20bd-4ec9-a702-99849e101663","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9d429e75-20bd-4ec9-a702-99849e101663","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9d429e75-20bd-4ec9-a702-99849e101663","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9d429e75-20bd-4ec9-a702-99849e101663","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27076","PortSpecifier":{"PortValue":27076}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"eda18d04-4bd9-464b-bb31-beb1135649bf","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:27076","PortSpecifier":{"PortValue":27076}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":993089242},"http":{"id":"eda18d04-4bd9-464b-bb31-beb1135649bf","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","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-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx\"}"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","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-08T13:28:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","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-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"eda18d04-4bd9-464b-bb31-beb1135649bf","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ede6282b-fa72-4669-85f8-334c475163af","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ede6282b-fa72-4669-85f8-334c475163af","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ede6282b-fa72-4669-85f8-334c475163af","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925286,"nanos":998799490},"http":{"id":"ede6282b-fa72-4669-85f8-334c475163af","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ede6282b-fa72-4669-85f8-334c475163af","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx\"}"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ede6282b-fa72-4669-85f8-334c475163af","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ede6282b-fa72-4669-85f8-334c475163af","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx","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.134.0.28","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.28","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"ede6282b-fa72-4669-85f8-334c475163af"},"host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","id":"ede6282b-fa72-4669-85f8-334c475163af","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":998799490,"seconds":1780925286},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.28:35370","port":35370}}} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ede6282b-fa72-4669-85f8-334c475163af","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ede6282b-fa72-4669-85f8-334c475163af","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","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_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"8d362925-c325-4858-b34b-bf975aaf70ad","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-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ede6282b-fa72-4669-85f8-334c475163af","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ede6282b-fa72-4669-85f8-334c475163af","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45414","PortSpecifier":{"PortValue":45414}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45414","PortSpecifier":{"PortValue":45414}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925287,"nanos":25982615},"http":{"id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","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-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx\"}"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","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-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b431a71a-8aa1-47a1-b630-7a1f527b6930","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9c74dea3-a252-4860-9752-e33766cd0726","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9c74dea3-a252-4860-9752-e33766cd0726","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9c74dea3-a252-4860-9752-e33766cd0726","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.28:35370","PortSpecifier":{"PortValue":35370}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925287,"nanos":31342217},"http":{"id":"9c74dea3-a252-4860-9752-e33766cd0726","method":"GET","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9c74dea3-a252-4860-9752-e33766cd0726","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx\"}"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9c74dea3-a252-4860-9752-e33766cd0726","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-3vEuN9KYDSofS2Q2_9pknikOfIZX57USwAZfxesEL8i6FOB32j4r0mHRUmkx","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.134.0.28","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXY4YjdkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.24~maas-default-gateway-openshift-default-8559cd5744-v8b7d.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.28","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"9c74dea3-a252-4860-9752-e33766cd0726"},"host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","id":"9c74dea3-a252-4860-9752-e33766cd0726","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":31342217,"seconds":1780925287},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.28:35370","port":35370}}} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9c74dea3-a252-4860-9752-e33766cd0726","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9c74dea3-a252-4860-9752-e33766cd0726","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","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_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"8d362925-c325-4858-b34b-bf975aaf70ad","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-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9c74dea3-a252-4860-9752-e33766cd0726","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9c74dea3-a252-4860-9752-e33766cd0726","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:8136","PortSpecifier":{"PortValue":8136}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:8136","PortSpecifier":{"PortValue":8136}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.24:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780925287,"nanos":122268821},"http":{"id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","method":"POST","headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","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":1780925587,"groups":["Engineering","Project-Alpha"],"iat":1780925287,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:3d262c92-7436-b895-f106-3174312f864c","preferred_username":"alice_lead","scope":"profile email","sid":"gQ6hijfbGaot-1rGsN45GGOF","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780925587,"groups":["Engineering","Project-Alpha"],"iat":1780925287,"iss":"https://keycloak.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:3d262c92-7436-b895-f106-3174312f864c","preferred_username":"alice_lead","scope":"profile email","sid":"gQ6hijfbGaot-1rGsN45GGOF","sub":"9e2b96d0-88ab-4cdb-b974-5dc01b6992a1","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.24:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.2f89fcbf-13b9-4ddc-8e06-f93e6988e58a.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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","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-08T13:28:07Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","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-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T13:28:07Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1a9cf70d-0702-46f0-aec1-c18b5afe9970","authorized":true,"response":"OK"}