{"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"92d88ed7-90df-4036-9549-8db32e76b7dc","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"92d88ed7-90df-4036-9549-8db32e76b7dc","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"92d88ed7-90df-4036-9549-8db32e76b7dc","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"92d88ed7-90df-4036-9549-8db32e76b7dc","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"92d88ed7-90df-4036-9549-8db32e76b7dc","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"92d88ed7-90df-4036-9549-8db32e76b7dc","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"92d88ed7-90df-4036-9549-8db32e76b7dc","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:39968","PortSpecifier":{"PortValue":39968}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"88f60e6d-e47b-4257-832c-e79d43962aee","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:39968","PortSpecifier":{"PortValue":39968}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":588477410},"http":{"id":"88f60e6d-e47b-4257-832c-e79d43962aee","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"88f60e6d-e47b-4257-832c-e79d43962aee"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"88f60e6d-e47b-4257-832c-e79d43962aee","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":588477410,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.2:39968","port":39968}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"88f60e6d-e47b-4257-832c-e79d43962aee","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:55350","PortSpecifier":{"PortValue":55350}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:55350","PortSpecifier":{"PortValue":55350}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":632390839},"http":{"id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.4","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.4","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":632390839,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.4:55350","port":55350}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6c178a3e-b96d-4a91-b98f-1498ac4ebaf0","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:13842","PortSpecifier":{"PortValue":13842}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"76010b85-9614-4b32-9d09-a3930fcecdbe","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:13842","PortSpecifier":{"PortValue":13842}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":671115783},"http":{"id":"76010b85-9614-4b32-9d09-a3930fcecdbe","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.4","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.4","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"76010b85-9614-4b32-9d09-a3930fcecdbe"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"76010b85-9614-4b32-9d09-a3930fcecdbe","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":671115783,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.4:13842","port":13842}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"76010b85-9614-4b32-9d09-a3930fcecdbe","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:24256","PortSpecifier":{"PortValue":24256}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3bf46b17-8edb-404b-8747-b7ab08e55575","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:24256","PortSpecifier":{"PortValue":24256}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":708055410},"http":{"id":"3bf46b17-8edb-404b-8747-b7ab08e55575","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.3","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"3bf46b17-8edb-404b-8747-b7ab08e55575"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"3bf46b17-8edb-404b-8747-b7ab08e55575","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":708055410,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.3:24256","port":24256}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3bf46b17-8edb-404b-8747-b7ab08e55575","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:39984","PortSpecifier":{"PortValue":39984}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:39984","PortSpecifier":{"PortValue":39984}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":744677554},"http":{"id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"d08c496a-c7a1-4218-bfb2-a218a2b71456"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":744677554,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.2:39984","port":39984}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d08c496a-c7a1-4218-bfb2-a218a2b71456","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:55352","PortSpecifier":{"PortValue":55352}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"063021e2-1cf4-4686-903f-ca2ef8f91819","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:55352","PortSpecifier":{"PortValue":55352}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":782788163},"http":{"id":"063021e2-1cf4-4686-903f-ca2ef8f91819","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.4","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.4","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"063021e2-1cf4-4686-903f-ca2ef8f91819"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"063021e2-1cf4-4686-903f-ca2ef8f91819","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":782788163,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.4:55352","port":55352}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"063021e2-1cf4-4686-903f-ca2ef8f91819","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:24258","PortSpecifier":{"PortValue":24258}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"aaf8942c-0664-46ef-b144-59d90724b8c7","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:24258","PortSpecifier":{"PortValue":24258}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":819750441},"http":{"id":"aaf8942c-0664-46ef-b144-59d90724b8c7","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.3","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"aaf8942c-0664-46ef-b144-59d90724b8c7"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"aaf8942c-0664-46ef-b144-59d90724b8c7","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":819750441,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.3:24258","port":24258}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"aaf8942c-0664-46ef-b144-59d90724b8c7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:28682","PortSpecifier":{"PortValue":28682}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:28682","PortSpecifier":{"PortValue":28682}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":858158279},"http":{"id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":858158279,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.2:28682","port":28682}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"e20f84ac-a353-4cb5-a678-0d41d0c660ac","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:29486","PortSpecifier":{"PortValue":29486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"390be5ee-4b11-4c56-95c1-c96943e1f588","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:29486","PortSpecifier":{"PortValue":29486}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":897856540},"http":{"id":"390be5ee-4b11-4c56-95c1-c96943e1f588","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.3","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"390be5ee-4b11-4c56-95c1-c96943e1f588"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"390be5ee-4b11-4c56-95c1-c96943e1f588","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":897856540,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.3:29486","port":29486}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"390be5ee-4b11-4c56-95c1-c96943e1f588","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:39996","PortSpecifier":{"PortValue":39996}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"962cebeb-ec11-48ea-9366-3ec605e675bb","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:39996","PortSpecifier":{"PortValue":39996}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":933406699},"http":{"id":"962cebeb-ec11-48ea-9366-3ec605e675bb","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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:maas-admin\",\"system:authenticated\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"system:serviceaccount:maas-admin:tester-admin-user\"}"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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","source":"internal","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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","source":"internal","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.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","authorization":"Bearer **** sk-oai-CYfE2IB64dQrFiNI_mlnqV19GXuzwHsMBJgz26842AbuqyunhpS9sYMMTm5q","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"962cebeb-ec11-48ea-9366-3ec605e675bb"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"962cebeb-ec11-48ea-9366-3ec605e675bb","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","protocol":"HTTP/2","scheme":"https","time":{"nanos":933406699,"seconds":1781018520},"url_path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.2:39996","port":39996}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","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-09T15:22:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"groups","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:maas-admin,system:authenticated","keyId":"83855efa-5da7-4ab5-981f-4335181dfcd8","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","source":"internal","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"system:serviceaccount:maas-admin:tester-admin-user"}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"962cebeb-ec11-48ea-9366-3ec605e675bb","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0fb15581-9047-941d-a58a-4fc140673ccd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:55356","PortSpecifier":{"PortValue":55356}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0fb15581-9047-941d-a58a-4fc140673ccd","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0fb15581-9047-941d-a58a-4fc140673ccd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:55356","PortSpecifier":{"PortValue":55356}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018520,"nanos":971088578},"http":{"id":"0fb15581-9047-941d-a58a-4fc140673ccd","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"100.64.0.4","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.4","x-forwarded-proto":"https","x-gateway-model-name":"facebook/opt-125m","x-request-id":"0fb15581-9047-941d-a58a-4fc140673ccd"},"path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/2"}},"context_extensions":{"host":"18e32965997cdd9967355c6fa5264ed12c0a215989d459ed88d7d6de02865f76"},"metadata_context":{}}} {"level":"info","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0fb15581-9047-941d-a58a-4fc140673ccd","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-06-09T15:22:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0fb15581-9047-941d-a58a-4fc140673ccd","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** {"level":"info","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:24266","PortSpecifier":{"PortValue":24266}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","method":"DELETE","path":"/maas-api/v1/api-keys/83855efa-5da7-4ab5-981f-4335181dfcd8","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:24266","PortSpecifier":{"PortValue":24266}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018521,"nanos":5962595},"http":{"id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","method":"DELETE","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/83855efa-5da7-4ab5-981f-4335181dfcd8",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","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-09T15:22:01Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","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:maas-admin:tester-admin-user","uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]},"groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","username":"system:serviceaccount:maas-admin:tester-admin-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/83855efa-5da7-4ab5-981f-4335181dfcd8",":scheme":"https","accept":"*/*","authorization":"Bearer **** ****REDACTED_JWT****","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.3","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-request-id":"c67f003d-8533-48e0-8396-2c0f85c15ee8"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","method":"DELETE","path":"/maas-api/v1/api-keys/83855efa-5da7-4ab5-981f-4335181dfcd8","protocol":"HTTP/2","scheme":"https","time":{"nanos":5962595,"seconds":1781018521},"url_path":"/maas-api/v1/api-keys/83855efa-5da7-4ab5-981f-4335181dfcd8","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.3:24266","port":24266}}} {"level":"debug","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","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:maas-admin\",\"system:authenticated\"]"} {"level":"debug","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","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:maas-admin:tester-admin-user"} {"level":"info","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c67f003d-8533-48e0-8396-2c0f85c15ee8","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:28684","PortSpecifier":{"PortValue":28684}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0a349744-5c0c-4f5e-943b-6bea841e886a","method":"GET","path":"/maas-api/v1/subscriptions","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:28684","PortSpecifier":{"PortValue":28684}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018528,"nanos":521105779},"http":{"id":"0a349744-5c0c-4f5e-943b-6bea841e886a","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","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-09T15:22:08Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/subscriptions",":scheme":"https","accept":"*/*","authorization":"Bearer **** ****REDACTED_JWT****","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-request-id":"0a349744-5c0c-4f5e-943b-6bea841e886a"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"0a349744-5c0c-4f5e-943b-6bea841e886a","method":"GET","path":"/maas-api/v1/subscriptions","protocol":"HTTP/2","scheme":"https","time":{"nanos":521105779,"seconds":1781018528},"url_path":"/maas-api/v1/subscriptions","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.2:28684","port":28684}}} {"level":"debug","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","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":"debug","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","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":"info","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:08Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0a349744-5c0c-4f5e-943b-6bea841e886a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60704","PortSpecifier":{"PortValue":60704}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60704","PortSpecifier":{"PortValue":60704}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018529,"nanos":96704788},"http":{"id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","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":1781018828,"groups":["Engineering","Project-Alpha"],"iat":1781018528,"iss":"https://keycloak.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:aa0325d3-0728-da5f-f377-305d5d5ea75b","preferred_username":"alice_lead","scope":"openid profile email","sid":"52qYSTB96_nNhxE6_mAlh7HC","sub":"ef0b959f-3991-4068-9482-60c0e60a428f","typ":"Bearer"}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1781018828,"groups":["Engineering","Project-Alpha"],"iat":1781018528,"iss":"https://keycloak.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:aa0325d3-0728-da5f-f377-305d5d5ea75b","preferred_username":"alice_lead","scope":"openid profile email","sid":"52qYSTB96_nNhxE6_mAlh7HC","sub":"ef0b959f-3991-4068-9482-60c0e60a428f","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","authorization":"Bearer **** ****REDACTED_JWT****","content-type":"application/json","user-agent":"curl/7.76.1","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LW1jNWJkCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.30~maas-default-gateway-openshift-default-8559cd5744-mc5bd.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-request-id":"c91133a9-4a60-4b00-a44a-07aaeee8342c"},"host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","method":"POST","path":"/maas-api/v1/api-keys","protocol":"HTTP/2","scheme":"https","time":{"nanos":96704788,"seconds":1781018529},"url_path":"/maas-api/v1/api-keys","user_agent":"curl/7.76.1"},"source":{"address":"100.64.0.2:60704","port":60704}}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","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-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c91133a9-4a60-4b00-a44a-07aaeee8342c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:29490","PortSpecifier":{"PortValue":29490}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:29490","PortSpecifier":{"PortValue":29490}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018529,"nanos":872804920},"http":{"id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","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":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","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":"info","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8a604351-7d4c-45a0-80a1-b3412b69f0b5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18018","PortSpecifier":{"PortValue":18018}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1bfc64ed-a550-42cd-8567-04ab8315298d","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18018","PortSpecifier":{"PortValue":18018}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018529,"nanos":913130545},"http":{"id":"1bfc64ed-a550-42cd-8567-04ab8315298d","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","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":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","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":"info","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1bfc64ed-a550-42cd-8567-04ab8315298d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48166","PortSpecifier":{"PortValue":48166}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"15ca010d-899a-9aeb-89b6-c26df7259eab","method":"GET","path":"/maas-api/v1/api-keys/9c5af48b-3224-4ed6-8ee4-ee9eacd6d37d","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48166","PortSpecifier":{"PortValue":48166}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018529,"nanos":947459014},"http":{"id":"15ca010d-899a-9aeb-89b6-c26df7259eab","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/9c5af48b-3224-4ed6-8ee4-ee9eacd6d37d",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/9c5af48b-3224-4ed6-8ee4-ee9eacd6d37d",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","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-09T15:22:09Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","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-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"15ca010d-899a-9aeb-89b6-c26df7259eab","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6804","PortSpecifier":{"PortValue":6804}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2de04d68-5bb2-4605-b485-763bfd8aad86","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:09Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6804","PortSpecifier":{"PortValue":6804}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018529,"nanos":997693359},"http":{"id":"2de04d68-5bb2-4605-b485-763bfd8aad86","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2de04d68-5bb2-4605-b485-763bfd8aad86","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:52648","PortSpecifier":{"PortValue":52648}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:52648","PortSpecifier":{"PortValue":52648}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":32629203},"http":{"id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a40f4c34-ee37-4a59-ac74-a0c57338065e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60706","PortSpecifier":{"PortValue":60706}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0997ce60-aea1-4320-a6c9-a3886f262423","method":"POST","path":"/maas-api/v1/api-keys/search","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60706","PortSpecifier":{"PortValue":60706}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":69369723},"http":{"id":"0997ce60-aea1-4320-a6c9-a3886f262423","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0997ce60-aea1-4320-a6c9-a3886f262423","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48178","PortSpecifier":{"PortValue":48178}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","method":"POST","path":"/maas-api/v1/api-keys/search","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48178","PortSpecifier":{"PortValue":48178}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":111284133},"http":{"id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"806fdf82-0a3d-46a9-8139-7a4220ef30c1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6814","PortSpecifier":{"PortValue":6814}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2832d7a4-b95b-4c07-955a-909226fa15a7","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6814","PortSpecifier":{"PortValue":6814}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":149435448},"http":{"id":"2832d7a4-b95b-4c07-955a-909226fa15a7","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2832d7a4-b95b-4c07-955a-909226fa15a7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:5810","PortSpecifier":{"PortValue":5810}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3996380b-1e94-4259-ab58-2c77d13a56a6","method":"DELETE","path":"/maas-api/v1/api-keys/cd31b306-b114-4e13-ab0d-b14188d00549","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:5810","PortSpecifier":{"PortValue":5810}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":182504374},"http":{"id":"3996380b-1e94-4259-ab58-2c77d13a56a6","method":"DELETE","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/cd31b306-b114-4e13-ab0d-b14188d00549",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/cd31b306-b114-4e13-ab0d-b14188d00549",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","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-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3996380b-1e94-4259-ab58-2c77d13a56a6","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60722","PortSpecifier":{"PortValue":60722}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","method":"GET","path":"/maas-api/v1/api-keys/cd31b306-b114-4e13-ab0d-b14188d00549","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60722","PortSpecifier":{"PortValue":60722}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":219868930},"http":{"id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/cd31b306-b114-4e13-ab0d-b14188d00549",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/cd31b306-b114-4e13-ab0d-b14188d00549",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3f70af0c-a46e-46d1-b9fb-00ed91bac747","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48194","PortSpecifier":{"PortValue":48194}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48194","PortSpecifier":{"PortValue":48194}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":258959984},"http":{"id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8e2ce7d4-dbae-4c82-ae27-769b82318a64","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6824","PortSpecifier":{"PortValue":6824}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","method":"GET","path":"/maas-api/v1/api-keys/17acd604-4ef9-46b2-893d-28fd5822cfdb","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6824","PortSpecifier":{"PortValue":6824}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":296661007},"http":{"id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/17acd604-4ef9-46b2-893d-28fd5822cfdb",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/17acd604-4ef9-46b2-893d-28fd5822cfdb",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"de5d46dc-41f6-42c6-9349-7511f4b244e1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60732","PortSpecifier":{"PortValue":60732}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"191cdc17-ed42-4d20-b690-deeca1513e2a","method":"POST","path":"/maas-api/v1/api-keys/search","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60732","PortSpecifier":{"PortValue":60732}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":329527307},"http":{"id":"191cdc17-ed42-4d20-b690-deeca1513e2a","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","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:maas-admin:tester-admin-user","uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]},"groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","username":"system:serviceaccount:maas-admin:tester-admin-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/search",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","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:maas-admin:tester-admin-user"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","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:maas-admin\",\"system:authenticated\"]"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"191cdc17-ed42-4d20-b690-deeca1513e2a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48196","PortSpecifier":{"PortValue":48196}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","method":"DELETE","path":"/maas-api/v1/api-keys/17acd604-4ef9-46b2-893d-28fd5822cfdb","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48196","PortSpecifier":{"PortValue":48196}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":365310972},"http":{"id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","method":"DELETE","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/17acd604-4ef9-46b2-893d-28fd5822cfdb",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","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:maas-admin:tester-admin-user","uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]},"groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","username":"system:serviceaccount:maas-admin:tester-admin-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/17acd604-4ef9-46b2-893d-28fd5822cfdb",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","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:maas-admin:tester-admin-user"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","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:maas-admin\",\"system:authenticated\"]"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10e1b500-71aa-49b5-93ed-3a96eca31b9c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18022","PortSpecifier":{"PortValue":18022}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18022","PortSpecifier":{"PortValue":18022}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":405776149},"http":{"id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","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:maas-admin:tester-admin-user","uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=2305ad5c-6c6e-4a84-a15c-97b3b5d17836"]},"groups":["system:serviceaccounts","system:serviceaccounts:maas-admin","system:authenticated"],"uid":"678c03cb-52a2-4a35-b10e-c6363671b7ea","username":"system:serviceaccount:maas-admin:tester-admin-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","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:maas-admin:tester-admin-user"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","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:maas-admin\",\"system:authenticated\"]"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ab6a933a-da9c-4ca5-b10a-65111c6ae049","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:52654","PortSpecifier":{"PortValue":52654}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","method":"GET","path":"/maas-api/v1/api-keys/f5ed817b-9ddd-4a59-9c56-00d4b318e866","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:52654","PortSpecifier":{"PortValue":52654}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":442003491},"http":{"id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/f5ed817b-9ddd-4a59-9c56-00d4b318e866",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/f5ed817b-9ddd-4a59-9c56-00d4b318e866",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","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-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"082434dd-3ef6-4b0d-ae33-b61dad3c4761","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"04355d23-7861-41c2-80d1-35121281c1ab","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6830","PortSpecifier":{"PortValue":6830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"04355d23-7861-41c2-80d1-35121281c1ab","method":"DELETE","path":"/maas-api/v1/api-keys/f5ed817b-9ddd-4a59-9c56-00d4b318e866","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"04355d23-7861-41c2-80d1-35121281c1ab","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6830","PortSpecifier":{"PortValue":6830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":476536071},"http":{"id":"04355d23-7861-41c2-80d1-35121281c1ab","method":"DELETE","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/f5ed817b-9ddd-4a59-9c56-00d4b318e866",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"04355d23-7861-41c2-80d1-35121281c1ab","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"04355d23-7861-41c2-80d1-35121281c1ab","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"04355d23-7861-41c2-80d1-35121281c1ab","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"04355d23-7861-41c2-80d1-35121281c1ab","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/f5ed817b-9ddd-4a59-9c56-00d4b318e866",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"04355d23-7861-41c2-80d1-35121281c1ab","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"04355d23-7861-41c2-80d1-35121281c1ab","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-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"04355d23-7861-41c2-80d1-35121281c1ab","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"04355d23-7861-41c2-80d1-35121281c1ab","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60748","PortSpecifier":{"PortValue":60748}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60748","PortSpecifier":{"PortValue":60748}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":516432719},"http":{"id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ddc8f89b-50c8-4a31-aae1-0411d1b4a0d6","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48206","PortSpecifier":{"PortValue":48206}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48206","PortSpecifier":{"PortValue":48206}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":550005311},"http":{"id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"062d15bd-b37e-473a-89d5-27eb3bb0d2af","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6832","PortSpecifier":{"PortValue":6832}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6832","PortSpecifier":{"PortValue":6832}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":585687957},"http":{"id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a5fb0a64-17c8-4186-9701-493b3777d8ac","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60750","PortSpecifier":{"PortValue":60750}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0260ac28-e335-4857-b135-413ee3d8bfb7","method":"GET","path":"/maas-api/v1/api-keys/3e68f534-b7da-400a-9256-512e3bdd518f","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60750","PortSpecifier":{"PortValue":60750}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":622832284},"http":{"id":"0260ac28-e335-4857-b135-413ee3d8bfb7","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/3e68f534-b7da-400a-9256-512e3bdd518f",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/3e68f534-b7da-400a-9256-512e3bdd518f",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","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-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0260ac28-e335-4857-b135-413ee3d8bfb7","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:5822","PortSpecifier":{"PortValue":5822}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","method":"POST","path":"/maas-api/v1/api-keys/bulk-revoke","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:5822","PortSpecifier":{"PortValue":5822}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":657019161},"http":{"id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/bulk-revoke",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/bulk-revoke",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ff652d85-0c25-4b73-a9c3-41c0d39f72ac","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18032","PortSpecifier":{"PortValue":18032}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","method":"GET","path":"/maas-api/v1/api-keys/3e68f534-b7da-400a-9256-512e3bdd518f","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18032","PortSpecifier":{"PortValue":18032}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":692186579},"http":{"id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/3e68f534-b7da-400a-9256-512e3bdd518f",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/3e68f534-b7da-400a-9256-512e3bdd518f",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cef13903-e68c-4cbf-ae0d-914d3ac905ff","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48216","PortSpecifier":{"PortValue":48216}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","method":"GET","path":"/maas-api/v1/api-keys/13d5d38b-5610-4002-bf5c-d672fd98b436","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48216","PortSpecifier":{"PortValue":48216}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":726879692},"http":{"id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/13d5d38b-5610-4002-bf5c-d672fd98b436",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/13d5d38b-5610-4002-bf5c-d672fd98b436",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10bd0ffb-6e47-459c-9f68-c581578c0c9e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:52664","PortSpecifier":{"PortValue":52664}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","method":"GET","path":"/maas-api/v1/api-keys/7ddec4f7-9a69-4bd9-a95f-a46932bd4e9c","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:52664","PortSpecifier":{"PortValue":52664}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":759884819},"http":{"id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","method":"GET","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/7ddec4f7-9a69-4bd9-a95f-a46932bd4e9c",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/api-keys/7ddec4f7-9a69-4bd9-a95f-a46932bd4e9c",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","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-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b6f7802a-26b8-4b6a-b41b-59e33f169ab4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6846","PortSpecifier":{"PortValue":6846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c2604593-ade6-48f4-808f-1f5d4965122f","method":"POST","path":"/maas-api/v1/api-keys/bulk-revoke","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:6846","PortSpecifier":{"PortValue":6846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":804568147},"http":{"id":"c2604593-ade6-48f4-808f-1f5d4965122f","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/bulk-revoke",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys/bulk-revoke",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c2604593-ade6-48f4-808f-1f5d4965122f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60758","PortSpecifier":{"PortValue":60758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"79925eaa-7f00-4e37-9179-01c28aea053c","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:60758","PortSpecifier":{"PortValue":60758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":904731825},"http":{"id":"79925eaa-7f00-4e37-9179-01c28aea053c","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"79925eaa-7f00-4e37-9179-01c28aea053c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48228","PortSpecifier":{"PortValue":48228}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2e3e1413-82a2-40f3-a487-744f32d2271f","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:48228","PortSpecifier":{"PortValue":48228}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018530,"nanos":955155987},"http":{"id":"2e3e1413-82a2-40f3-a487-744f32d2271f","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","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":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","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":"info","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:10Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2e3e1413-82a2-40f3-a487-744f32d2271f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:5830","PortSpecifier":{"PortValue":5830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8f108fce-4313-46f9-8f01-46e4c8019039","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:5830","PortSpecifier":{"PortValue":5830}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018531,"nanos":7248613},"http":{"id":"8f108fce-4313-46f9-8f01-46e4c8019039","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","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-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","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":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","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":"info","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f108fce-4313-46f9-8f01-46e4c8019039","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18038","PortSpecifier":{"PortValue":18038}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:18038","PortSpecifier":{"PortValue":18038}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.30:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1781018531,"nanos":58641386},"http":{"id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","method":"POST","headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","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-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","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":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"]}} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ff5afa97b9dc"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=9ff07ce6-ac70-4a5b-8f65-c8fd239eb524"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"48ba5c03-2dbc-47c1-9e09-cb87b13178f2","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.30:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.16099dc7-4867-446d-a222-ff5afa97b9dc.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-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","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":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","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":"info","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-09T15:22:11Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b38cdc36-c6eb-442d-b269-6aa7c58ba514","authorized":true,"response":"OK"}