{"level":"debug","ts":"2026-06-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}} {"level":"debug","ts":"2026-06-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","input":{"auth":{"identity":"Bearer **** with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true}}},"context":{"context_extensions":{"host":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-nJ1twMIw023yys24_pWwnqIKR2FCb6m6eji96Ehudc1Aqt2miFwObd6xrYv","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"e2e-unconfiab60ef4d3a239b5143b412cab04acac3-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.134.0.35","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.35","x-forwarded-proto":"https","x-maas-subscription":"e2e-central-models-exempt-sub","x-request-id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5"},"host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","method":"GET","path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":935299783,"seconds":1780928284},"url_path":"/llm/e2e-unconfigured-facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.35:53240","port":53240}}} {"level":"debug","ts":"2026-06-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","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-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","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-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","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-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","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-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-central-models-exempt-sub"} {"level":"debug","ts":"2026-06-08T14:18:04Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"9e35c1fc-94c8-4f71-95b1-2c34212c77bc","selected_subscription":"e2e-central-models-exempt-sub","selected_subscription_key":"models-as-a-service/e2e-central-models-exempt-sub@llm/e2e-unconfigured-facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","source":"internal","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-06-08T14:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:18:04Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4a0889ee-0cc5-4349-9e86-7dd7fee8c7b5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:17:48Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:17:48Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9903213c635804dd416e9f12956f0fa896195627091daaf593a30df64cf640c5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:17:49Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:17:49Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:06Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"info","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:06Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:14Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:14Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:15Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:16892","PortSpecifier":{"PortValue":16892}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"de9edaa1-f4d7-4e12-9829-f299f208f335","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:16892","PortSpecifier":{"PortValue":16892}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928298,"nanos":536028407},"http":{"id":"de9edaa1-f4d7-4e12-9829-f299f208f335","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","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":"1299aeb3-f6b4-41f3-8746-1223e1160d19","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=1fc1e7ed-1e0b-43a8-8587-641635fec66a"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ea6f1d56d70e"]}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/ea6f1d56d70e"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=1fc1e7ed-1e0b-43a8-8587-641635fec66a"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"1299aeb3-f6b4-41f3-8746-1223e1160d19","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","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-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"de9edaa1-f4d7-4e12-9829-f299f208f335","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2f10055a-20bc-40b6-97b8-360579601939","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:46260","PortSpecifier":{"PortValue":46260}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2f10055a-20bc-40b6-97b8-360579601939","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2f10055a-20bc-40b6-97b8-360579601939","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:46260","PortSpecifier":{"PortValue":46260}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928298,"nanos":916142971},"http":{"id":"2f10055a-20bc-40b6-97b8-360579601939","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-external-model/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"info","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2f10055a-20bc-40b6-97b8-360579601939","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2f10055a-20bc-40b6-97b8-360579601939","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-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6110cc02-8083-43c5-b7d5-45eb12b4640f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:52320","PortSpecifier":{"PortValue":52320}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"6110cc02-8083-43c5-b7d5-45eb12b4640f","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"6110cc02-8083-43c5-b7d5-45eb12b4640f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:52320","PortSpecifier":{"PortValue":52320}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928298,"nanos":940444645},"http":{"id":"6110cc02-8083-43c5-b7d5-45eb12b4640f","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-external-model/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"httpbin.org:443/*","x-envoy-external-address":"100.64.0.3","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-gateway-model-name":"e2e-external-model","x-request-id":"6110cc02-8083-43c5-b7d5-45eb12b4640f"},"path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"},"metadata_context":{}}} {"level":"info","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6110cc02-8083-43c5-b7d5-45eb12b4640f","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"6110cc02-8083-43c5-b7d5-45eb12b4640f","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-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:6452","PortSpecifier":{"PortValue":6452}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:6452","PortSpecifier":{"PortValue":6452}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928298,"nanos":966926862},"http":{"id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-external-model/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-R7TOViRb8bUVQNCQ_wgvfYLLFcGB4JXwlkuq0idj4XnJKd6vquL3JIsYXJYH"} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","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-R7TOViRb8bUVQNCQ_wgvfYLLFcGB4JXwlkuq0idj4XnJKd6vquL3JIsYXJYH\"}"} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"],\"requestedModel\":\"llm/e2e-external-model\",\"requestedSubscription\":\"e2e-external-subscription\",\"username\":\"system:serviceaccount:default:tester-regular-user\"}"} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"e2e-external-model","source":"external","token_rate_limits":[{"limit":10000,"window":"1h"}]}],"name":"e2e-external-subscription","namespace":"models-as-a-service","phase":"Active","ready":true}} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","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-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Subscription","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"e2e-external-subscription"} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"82192bd8-e2a3-4d95-ac51-cebfe1f59c02","selected_subscription":"e2e-external-subscription","selected_subscription_key":"models-as-a-service/e2e-external-subscription@llm/e2e-external-model","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"e2e-external-model","source":"external","token_rate_limits":[{"limit":10000,"window":"1h"}]}],"name":"e2e-external-subscription","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:18:18Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1d3e8ca7-61fa-48b9-853e-3f3574ea6b89","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"debug","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:20Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"error","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb\": the object has been modified; please apply your changes to the latest version and try again","stacktrace":"github.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).updateAuthConfigStatus\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:162\ngithub.com/kuadrant/authorino/controllers.(*AuthConfigStatusUpdater).Reconcile\n\t/usr/src/authorino/controllers/auth_config_status_updater.go:81\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227"} {"level":"debug","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:20Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-06-08T14:18:44Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"debug","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-06-08T14:18:56Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-06-08T14:18:56Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:56Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:56Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-06-08T14:18:15Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-06-08T14:18:56Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-06-08T14:18:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-06-08T14:18:59Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"543ec4bb-6b49-4a06-8797-b13752441640","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:20088","PortSpecifier":{"PortValue":20088}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"543ec4bb-6b49-4a06-8797-b13752441640","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"543ec4bb-6b49-4a06-8797-b13752441640","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:20088","PortSpecifier":{"PortValue":20088}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928366,"nanos":501473574},"http":{"id":"543ec4bb-6b49-4a06-8797-b13752441640","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"543ec4bb-6b49-4a06-8797-b13752441640","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":1780928666,"groups":["Engineering","Project-Alpha"],"iat":1780928366,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:6544582b-1549-923f-30c3-8bd588378472","preferred_username":"alice_lead","scope":"profile email","sid":"tlS0-4OtCVnbAEheMWs1_jBz","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"543ec4bb-6b49-4a06-8797-b13752441640","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928666,"groups":["Engineering","Project-Alpha"],"iat":1780928366,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:6544582b-1549-923f-30c3-8bd588378472","preferred_username":"alice_lead","scope":"profile email","sid":"tlS0-4OtCVnbAEheMWs1_jBz","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"543ec4bb-6b49-4a06-8797-b13752441640","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-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"543ec4bb-6b49-4a06-8797-b13752441640","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"543ec4bb-6b49-4a06-8797-b13752441640","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"543ec4bb-6b49-4a06-8797-b13752441640","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"543ec4bb-6b49-4a06-8797-b13752441640","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57540","PortSpecifier":{"PortValue":57540}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57540","PortSpecifier":{"PortValue":57540}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928366,"nanos":610148828},"http":{"id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","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-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"reason":"not authenticated"} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}"}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d79dbb2d-07da-45b5-b6be-21ac6070f98d","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"66332755-dcf7-49f9-98b5-f34f87679ed6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:25844","PortSpecifier":{"PortValue":25844}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"66332755-dcf7-49f9-98b5-f34f87679ed6","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"66332755-dcf7-49f9-98b5-f34f87679ed6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:25844","PortSpecifier":{"PortValue":25844}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928366,"nanos":679963864},"http":{"id":"66332755-dcf7-49f9-98b5-f34f87679ed6","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-request-id":"66332755-dcf7-49f9-98b5-f34f87679ed6"},"path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"metadata_context":{}}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"66332755-dcf7-49f9-98b5-f34f87679ed6","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"reason":"credential not found"} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"66332755-dcf7-49f9-98b5-f34f87679ed6","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"openshift-identities\":\"credential not found\"}"}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"66332755-dcf7-49f9-98b5-f34f87679ed6","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"openshift-identities\":\"credential not found\"}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a9c32f45-b56a-4e6f-a80a-1b9d75e36c7e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11724","PortSpecifier":{"PortValue":11724}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"a9c32f45-b56a-4e6f-a80a-1b9d75e36c7e","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"a9c32f45-b56a-4e6f-a80a-1b9d75e36c7e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11724","PortSpecifier":{"PortValue":11724}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928366,"nanos":707073068},"http":{"id":"a9c32f45-b56a-4e6f-a80a-1b9d75e36c7e","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.2","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.2","x-forwarded-proto":"https","x-request-id":"a9c32f45-b56a-4e6f-a80a-1b9d75e36c7e"},"path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"metadata_context":{}}} {"level":"info","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a9c32f45-b56a-4e6f-a80a-1b9d75e36c7e","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{}"}} {"level":"debug","ts":"2026-06-08T14:19:26Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"a9c32f45-b56a-4e6f-a80a-1b9d75e36c7e","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:20102","PortSpecifier":{"PortValue":20102}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:20102","PortSpecifier":{"PortValue":20102}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928367,"nanos":80629124},"http":{"id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","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":1780928667,"groups":["Site-Reliability"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:13a4f2b9-cd61-f396-8433-14138efc68e2","preferred_username":"bob_sre","scope":"profile email","sid":"kTfF4WYP4eGHS0_MmtNNcOyh","sub":"11d92f44-ae06-4f77-8db1-2b8b02c6d0af","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928667,"groups":["Site-Reliability"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:13a4f2b9-cd61-f396-8433-14138efc68e2","preferred_username":"bob_sre","scope":"profile email","sid":"kTfF4WYP4eGHS0_MmtNNcOyh","sub":"11d92f44-ae06-4f77-8db1-2b8b02c6d0af","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Site-Reliability\"]"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"bob_sre"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c1fd4538-862c-47e0-a212-ad41aab71f6f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57556","PortSpecifier":{"PortValue":57556}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"71f39d5e-5205-4c63-8f47-e043281977a9","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57556","PortSpecifier":{"PortValue":57556}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928367,"nanos":298370002},"http":{"id":"71f39d5e-5205-4c63-8f47-e043281977a9","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","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":1780928667,"groups":["Engineering","Project-Alpha"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:9856f11a-3b97-7fef-ae82-6d3da6b26ae2","preferred_username":"alice_lead","scope":"profile email","sid":"Gu2e0tvzl4wXgpc3PZbhNpWN","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928667,"groups":["Engineering","Project-Alpha"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:9856f11a-3b97-7fef-ae82-6d3da6b26ae2","preferred_username":"alice_lead","scope":"profile email","sid":"Gu2e0tvzl4wXgpc3PZbhNpWN","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"71f39d5e-5205-4c63-8f47-e043281977a9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53820","PortSpecifier":{"PortValue":53820}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ad4c8352-3af9-4650-bb66-b9398be3a111","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53820","PortSpecifier":{"PortValue":53820}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928367,"nanos":329122581},"http":{"id":"ad4c8352-3af9-4650-bb66-b9398be3a111","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-KHKT5Lg85RWraXJg_qAri1Dc1AWVMZE4vtcB4iQMGkvlOd99jrO8cYTYzdHw"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","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-KHKT5Lg85RWraXJg_qAri1Dc1AWVMZE4vtcB4iQMGkvlOd99jrO8cYTYzdHw\"}"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","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-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ad4c8352-3af9-4650-bb66-b9398be3a111","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928367,"nanos":344536861},"http":{"id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-KHKT5Lg85RWraXJg_qAri1Dc1AWVMZE4vtcB4iQMGkvlOd99jrO8cYTYzdHw"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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-KHKT5Lg85RWraXJg_qAri1Dc1AWVMZE4vtcB4iQMGkvlOd99jrO8cYTYzdHw\"}"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-KHKT5Lg85RWraXJg_qAri1Dc1AWVMZE4vtcB4iQMGkvlOd99jrO8cYTYzdHw","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.134.0.35","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.35","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc"},"host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":344536861,"seconds":1780928367},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.35:53240","port":53240}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"f409d004-0c6f-4ef5-a96b-dacc9277e1d7","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":"alice_lead"}} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"355337c4-8f4a-4d98-a7ab-f164cf2f61fc","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21052","PortSpecifier":{"PortValue":21052}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"850eab11-6824-4d28-b00f-823d4dd721a9","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21052","PortSpecifier":{"PortValue":21052}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928367,"nanos":376914800},"http":{"id":"850eab11-6824-4d28-b00f-823d4dd721a9","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-KHKT5Lg85RWraXJg_qAri1Dc1AWVMZE4vtcB4iQMGkvlOd99jrO8cYTYzdHw"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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-KHKT5Lg85RWraXJg_qAri1Dc1AWVMZE4vtcB4iQMGkvlOd99jrO8cYTYzdHw\"}"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"POST",":path":"/llm/facebook-opt-125m-simulated/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","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_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"f409d004-0c6f-4ef5-a96b-dacc9277e1d7","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":"alice_lead"}} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"850eab11-6824-4d28-b00f-823d4dd721a9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11726","PortSpecifier":{"PortValue":11726}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11726","PortSpecifier":{"PortValue":11726}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928367,"nanos":481113311},"http":{"id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","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":1780928667,"groups":["Engineering","Project-Alpha"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:eba82530-c545-b2a6-91e8-45681ad5c9fb","preferred_username":"alice_lead","scope":"profile email","sid":"-icwkROY5n4E_m2_FbE9Gr88","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928667,"groups":["Engineering","Project-Alpha"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:eba82530-c545-b2a6-91e8-45681ad5c9fb","preferred_username":"alice_lead","scope":"profile email","sid":"-icwkROY5n4E_m2_FbE9Gr88","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"afd3e9c7-09ae-4d55-981f-c0ea4ccc3164","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:25846","PortSpecifier":{"PortValue":25846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","method":"DELETE","path":"/maas-api/v1/api-keys/ae241819-c269-4a1c-93c1-c795c611e7bf","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:25846","PortSpecifier":{"PortValue":25846}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928367,"nanos":506561635},"http":{"id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","method":"DELETE","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/ae241819-c269-4a1c-93c1-c795c611e7bf",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","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":1780928667,"groups":["Engineering","Project-Alpha"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:eba82530-c545-b2a6-91e8-45681ad5c9fb","preferred_username":"alice_lead","scope":"profile email","sid":"-icwkROY5n4E_m2_FbE9Gr88","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928667,"groups":["Engineering","Project-Alpha"],"iat":1780928367,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:eba82530-c545-b2a6-91e8-45681ad5c9fb","preferred_username":"alice_lead","scope":"profile email","sid":"-icwkROY5n4E_m2_FbE9Gr88","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/ae241819-c269-4a1c-93c1-c795c611e7bf",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","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-08T14:19:27Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","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-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:27Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"b9e0e028-8834-45d2-84eb-804ae99b7fc1","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53834","PortSpecifier":{"PortValue":53834}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53834","PortSpecifier":{"PortValue":53834}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928370,"nanos":539563434},"http":{"id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-7WryqoHzbCKA9eS6_UByWGSGXMnEdADcLzN9g307rv0whlSVtnV625uPv7yz"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","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-7WryqoHzbCKA9eS6_UByWGSGXMnEdADcLzN9g307rv0whlSVtnV625uPv7yz\"}"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** revoked or expired","valid":false}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","input":{"auth":{"identity":"Bearer **** revoked or expired","valid":false}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"reason":"no such key: groups"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"reason":"no such key: username"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"34bada0f-0dd7-48bd-a6e2-5b553350ac29","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"dc7a820b-2255-424c-9c31-d6ac79907fca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:20108","PortSpecifier":{"PortValue":20108}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"dc7a820b-2255-424c-9c31-d6ac79907fca","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"dc7a820b-2255-424c-9c31-d6ac79907fca","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:20108","PortSpecifier":{"PortValue":20108}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928370,"nanos":675578314},"http":{"id":"dc7a820b-2255-424c-9c31-d6ac79907fca","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"dc7a820b-2255-424c-9c31-d6ac79907fca","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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"dc7a820b-2255-424c-9c31-d6ac79907fca","tokenreview":{"name":""}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"dc7a820b-2255-424c-9c31-d6ac79907fca","config":{"Name":"openshift-identities","Priority":2,"Conditions":{"Left":{},"Right":{"Left":null,"Right":null}},"Metrics":false,"Cache":null,"OAuth2":null,"JWTAuthentication":null,"MTLS":null,"HMAC":null,"APIKey":null,"KubernetesAuth":{"AuthCredentials":{"KeySelector":"Bearer","In":"authorization_header"}},"Plain":null,"Noop":null,"ExtendedProperties":[]},"reason":"not authenticated"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"dc7a820b-2255-424c-9c31-d6ac79907fca","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}"}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"dc7a820b-2255-424c-9c31-d6ac79907fca","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"oidc-identities\":\"failed to verify signature: failed to verify id token signature\",\"openshift-identities\":\"not authenticated\"}","headers":[{"WWW-Authenticate":"request.headers.authorization realm=\"api-keys\""},{"WWW-Authenticate":"Bearer **** realm=\"openshift-identities\""}]}} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21054","PortSpecifier":{"PortValue":21054}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1521c878-c52c-4f8c-b106-0689fa6961a3","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21054","PortSpecifier":{"PortValue":21054}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928370,"nanos":851420822},"http":{"id":"1521c878-c52c-4f8c-b106-0689fa6961a3","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","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":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:95f1d516-60ed-dd29-d1f2-a172c1c5d4ac","preferred_username":"alice_lead","scope":"profile email","sid":"_H887GNtbpSFFBxtDine7djW","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:95f1d516-60ed-dd29-d1f2-a172c1c5d4ac","preferred_username":"alice_lead","scope":"profile email","sid":"_H887GNtbpSFFBxtDine7djW","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1521c878-c52c-4f8c-b106-0689fa6961a3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11730","PortSpecifier":{"PortValue":11730}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"92cce32a-b250-45b6-9c94-d313770f29c3","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11730","PortSpecifier":{"PortValue":11730}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928370,"nanos":876253461},"http":{"id":"92cce32a-b250-45b6-9c94-d313770f29c3","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","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":1780928670,"groups":["Site-Reliability"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:8447a031-a510-d48f-d224-be45892aa642","preferred_username":"bob_sre","scope":"profile email","sid":"a6wJMecpQAmN68s7LP8qnl3d","sub":"11d92f44-ae06-4f77-8db1-2b8b02c6d0af","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928670,"groups":["Site-Reliability"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:8447a031-a510-d48f-d224-be45892aa642","preferred_username":"bob_sre","scope":"profile email","sid":"a6wJMecpQAmN68s7LP8qnl3d","sub":"11d92f44-ae06-4f77-8db1-2b8b02c6d0af","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"bob_sre"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Site-Reliability\"]"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"92cce32a-b250-45b6-9c94-d313770f29c3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53844","PortSpecifier":{"PortValue":53844}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53844","PortSpecifier":{"PortValue":53844}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928370,"nanos":970338375},"http":{"id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","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":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:af29581a-4cb9-c191-96f6-b9026203988e","preferred_username":"alice_lead","scope":"profile email","sid":"Ntpd5-K6V_X7Bxb_0Lb1IS04","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:af29581a-4cb9-c191-96f6-b9026203988e","preferred_username":"alice_lead","scope":"profile email","sid":"Ntpd5-K6V_X7Bxb_0Lb1IS04","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0e1edc04-4830-4b77-8c5f-1e835f2f5856","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21070","PortSpecifier":{"PortValue":21070}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"07b1ad46-4e91-459e-92de-136dcd708ad5","method":"DELETE","path":"/maas-api/v1/api-keys/a3fa4baa-b53b-4f0c-a8cc-6f9b6a0bc6a2","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21070","PortSpecifier":{"PortValue":21070}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928370,"nanos":994618922},"http":{"id":"07b1ad46-4e91-459e-92de-136dcd708ad5","method":"DELETE","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/a3fa4baa-b53b-4f0c-a8cc-6f9b6a0bc6a2",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","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":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:af29581a-4cb9-c191-96f6-b9026203988e","preferred_username":"alice_lead","scope":"profile email","sid":"Ntpd5-K6V_X7Bxb_0Lb1IS04","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:af29581a-4cb9-c191-96f6-b9026203988e","preferred_username":"alice_lead","scope":"profile email","sid":"Ntpd5-K6V_X7Bxb_0Lb1IS04","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/a3fa4baa-b53b-4f0c-a8cc-6f9b6a0bc6a2",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","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-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:30Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"07b1ad46-4e91-459e-92de-136dcd708ad5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11742","PortSpecifier":{"PortValue":11742}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","method":"DELETE","path":"/maas-api/v1/api-keys/a3fa4baa-b53b-4f0c-a8cc-6f9b6a0bc6a2","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11742","PortSpecifier":{"PortValue":11742}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":17182939},"http":{"id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","method":"DELETE","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/a3fa4baa-b53b-4f0c-a8cc-6f9b6a0bc6a2",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","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":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:af29581a-4cb9-c191-96f6-b9026203988e","preferred_username":"alice_lead","scope":"profile email","sid":"Ntpd5-K6V_X7Bxb_0Lb1IS04","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928670,"groups":["Engineering","Project-Alpha"],"iat":1780928370,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:af29581a-4cb9-c191-96f6-b9026203988e","preferred_username":"alice_lead","scope":"profile email","sid":"Ntpd5-K6V_X7Bxb_0Lb1IS04","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/a3fa4baa-b53b-4f0c-a8cc-6f9b6a0bc6a2",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3c02cb82-af1b-4bc9-86b2-cad0ddad891f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"00287ed8-df02-423b-97c7-c98710741049","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53858","PortSpecifier":{"PortValue":53858}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"00287ed8-df02-423b-97c7-c98710741049","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"00287ed8-df02-423b-97c7-c98710741049","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53858","PortSpecifier":{"PortValue":53858}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":110570166},"http":{"id":"00287ed8-df02-423b-97c7-c98710741049","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"00287ed8-df02-423b-97c7-c98710741049","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":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c58b53f8-ede8-605d-2286-e008595afe3f","preferred_username":"alice_lead","scope":"profile email","sid":"Vv7JQ9CRb_FUh0obEmMsEJEo","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"00287ed8-df02-423b-97c7-c98710741049","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c58b53f8-ede8-605d-2286-e008595afe3f","preferred_username":"alice_lead","scope":"profile email","sid":"Vv7JQ9CRb_FUh0obEmMsEJEo","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"00287ed8-df02-423b-97c7-c98710741049","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"00287ed8-df02-423b-97c7-c98710741049","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"00287ed8-df02-423b-97c7-c98710741049","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"00287ed8-df02-423b-97c7-c98710741049","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"00287ed8-df02-423b-97c7-c98710741049","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21074","PortSpecifier":{"PortValue":21074}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8192c6b1-968b-415e-9706-af08f2b46e93","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21074","PortSpecifier":{"PortValue":21074}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":139416691},"http":{"id":"8192c6b1-968b-415e-9706-af08f2b46e93","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-Dem5glnbgz5C46TZ_QlzjXyJibsk1gVRgOjveP0etn0hcKeHYPhfJ1EtbRZS"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","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-Dem5glnbgz5C46TZ_QlzjXyJibsk1gVRgOjveP0etn0hcKeHYPhfJ1EtbRZS\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8192c6b1-968b-415e-9706-af08f2b46e93","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":145519296},"http":{"id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-Dem5glnbgz5C46TZ_QlzjXyJibsk1gVRgOjveP0etn0hcKeHYPhfJ1EtbRZS"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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-Dem5glnbgz5C46TZ_QlzjXyJibsk1gVRgOjveP0etn0hcKeHYPhfJ1EtbRZS\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-Dem5glnbgz5C46TZ_QlzjXyJibsk1gVRgOjveP0etn0hcKeHYPhfJ1EtbRZS","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.134.0.35","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.35","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a"},"host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":145519296,"seconds":1780928371},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.35:53240","port":53240}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"1557294a-d6f8-4bef-9628-0d0aa5cf02f8","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":"alice_lead"}} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"88a9eed0-f292-4fa7-bd40-a8829ee14f5a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57572","PortSpecifier":{"PortValue":57572}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:57572","PortSpecifier":{"PortValue":57572}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":239706554},"http":{"id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","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":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:e04d9234-5cf1-0f38-5482-70d865ccbc91","preferred_username":"alice_lead","scope":"profile email","sid":"5ADZsDmGEu2velE0l6_lBKAA","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:e04d9234-5cf1-0f38-5482-70d865ccbc91","preferred_username":"alice_lead","scope":"profile email","sid":"5ADZsDmGEu2velE0l6_lBKAA","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"725e8fbc-fc04-4c76-a2de-11f4bfc82978","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:25860","PortSpecifier":{"PortValue":25860}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:25860","PortSpecifier":{"PortValue":25860}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":268699699},"http":{"id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-12JRZS0DTAPprUdET_oeJi6Tmu2hOIMNPLfz7hNmvOHMANo2hbfeJgTrCTy5B"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","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-12JRZS0DTAPprUdET_oeJi6Tmu2hOIMNPLfz7hNmvOHMANo2hbfeJgTrCTy5B\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","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-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3c8eb959-0659-4340-bf4a-7f4e2bd3093d","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11758","PortSpecifier":{"PortValue":11758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:11758","PortSpecifier":{"PortValue":11758}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":291791861},"http":{"id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-12JRZS0DTAPprUdET_oeJi6Tmu2hOIMNPLfz7hNmvOHMANo2hbfeJgTrCTy5B"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","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-12JRZS0DTAPprUdET_oeJi6Tmu2hOIMNPLfz7hNmvOHMANo2hbfeJgTrCTy5B\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"81c9bbe0-ccd2-48b1-8948-e5d9ca7461d3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":297435137},"http":{"id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-12JRZS0DTAPprUdET_oeJi6Tmu2hOIMNPLfz7hNmvOHMANo2hbfeJgTrCTy5B"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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-12JRZS0DTAPprUdET_oeJi6Tmu2hOIMNPLfz7hNmvOHMANo2hbfeJgTrCTy5B\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-12JRZS0DTAPprUdET_oeJi6Tmu2hOIMNPLfz7hNmvOHMANo2hbfeJgTrCTy5B","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.134.0.35","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.35","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a"},"host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":297435137,"seconds":1780928371},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.35:53240","port":53240}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"72d575c0-dc1c-4ddb-8a58-f03c8577ee24","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":"alice_lead"}} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f02bae4d-8132-4bb5-8a88-047064ac2f3a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53862","PortSpecifier":{"PortValue":53862}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:53862","PortSpecifier":{"PortValue":53862}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":395257505},"http":{"id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","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":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:6b8651d6-0875-aa12-28ce-991b9d4c077a","preferred_username":"alice_lead","scope":"profile email","sid":"JCeo9KYi67ydibg4_rLoz8qJ","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:6b8651d6-0875-aa12-28ce-991b9d4c077a","preferred_username":"alice_lead","scope":"profile email","sid":"JCeo9KYi67ydibg4_rLoz8qJ","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3b74cc80-8f7a-4d8f-a750-a240f2da12ba","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:35814","PortSpecifier":{"PortValue":35814}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"79157ea1-5c55-4997-a4fa-492277af84e8","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:35814","PortSpecifier":{"PortValue":35814}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":425026191},"http":{"id":"79157ea1-5c55-4997-a4fa-492277af84e8","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","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-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","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-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"79157ea1-5c55-4997-a4fa-492277af84e8","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94e37492-ae59-4660-a725-fdb13f99e665","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"94e37492-ae59-4660-a725-fdb13f99e665","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"94e37492-ae59-4660-a725-fdb13f99e665","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":430714207},"http":{"id":"94e37492-ae59-4660-a725-fdb13f99e665","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"94e37492-ae59-4660-a725-fdb13f99e665","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"94e37492-ae59-4660-a725-fdb13f99e665","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"94e37492-ae59-4660-a725-fdb13f99e665","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.134.0.35","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.35","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"94e37492-ae59-4660-a725-fdb13f99e665"},"host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","id":"94e37492-ae59-4660-a725-fdb13f99e665","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":430714207,"seconds":1780928371},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.35:53240","port":53240}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94e37492-ae59-4660-a725-fdb13f99e665","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"94e37492-ae59-4660-a725-fdb13f99e665","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"0c0d0965-b5a3-43f8-9f80-d584886ce976","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":"alice_lead"}} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94e37492-ae59-4660-a725-fdb13f99e665","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"94e37492-ae59-4660-a725-fdb13f99e665","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"67410e11-7f49-4615-b852-09c8da95ff47","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:23540","PortSpecifier":{"PortValue":23540}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"67410e11-7f49-4615-b852-09c8da95ff47","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"67410e11-7f49-4615-b852-09c8da95ff47","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:23540","PortSpecifier":{"PortValue":23540}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":458965981},"http":{"id":"67410e11-7f49-4615-b852-09c8da95ff47","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"67410e11-7f49-4615-b852-09c8da95ff47","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"67410e11-7f49-4615-b852-09c8da95ff47","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-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"67410e11-7f49-4615-b852-09c8da95ff47","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"67410e11-7f49-4615-b852-09c8da95ff47","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"67410e11-7f49-4615-b852-09c8da95ff47","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"67410e11-7f49-4615-b852-09c8da95ff47","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"67410e11-7f49-4615-b852-09c8da95ff47","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"67410e11-7f49-4615-b852-09c8da95ff47","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"67410e11-7f49-4615-b852-09c8da95ff47","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.35:53240","PortSpecifier":{"PortValue":53240}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":464524982},"http":{"id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","method":"GET","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","config":"subscription-info","method":"POST","url":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","headers":{"Content-Type":["application/json"]},"body":"{\"groups\":[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"],\"requestedModel\":\"llm/facebook-opt-125m-simulated\",\"requestedSubscription\":\"simulator-subscription\",\"username\":\"alice_lead\"}"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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":"3dd75e19cd66d310c30638e330078972afd6d2d96305f91055bc6a6f363fb8d3"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-YYm8WcJq57DFbkaS_tfhEkzcRhYdTleztfj1MAh2MQJsAiuNyZ9rPLqyjtsG","user-agent":"Go-http-client/1.1","x-envoy-decorator-operation":"facebook-opt-125m-simulated-kserve-workload-svc.llm.svc.cluster.local:8000/*","x-envoy-external-address":"10.134.0.35","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC04NTU5Y2Q1NzQ0LXZwcHJzCiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.132.0.49~maas-default-gateway-openshift-default-8559cd5744-vpprs.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.134.0.35","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5"},"host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":464524982,"seconds":1780928371},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.134.0.35:53240","port":53240}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups_str","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"groups","Value":{}},{"Name":"subscription_error","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"0c0d0965-b5a3-43f8-9f80-d584886ce976","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":"alice_lead"}} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c66664bf-421a-4ec0-ad1a-10b8b12728f5","authorized":true,"response":"OK"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21088","PortSpecifier":{"PortValue":21088}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:21088","PortSpecifier":{"PortValue":21088}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.49:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780928371,"nanos":556961256},"http":{"id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","method":"POST","headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","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":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:6de153e9-f4af-08b8-a3ae-dda00f148f07","preferred_username":"alice_lead","scope":"profile email","sid":"57vG-lkHPyUdylDCy-YmTsGo","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780928671,"groups":["Engineering","Project-Alpha"],"iat":1780928371,"iss":"https://keycloak.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:6de153e9-f4af-08b8-a3ae-dda00f148f07","preferred_username":"alice_lead","scope":"profile email","sid":"57vG-lkHPyUdylDCy-YmTsGo","sub":"0d6d86b7-3d4e-49b8-ad4d-fc30bfc6652d","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.132.0.49:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.055e2cd4-108a-43ab-a9a7-ea6f1d56d70e.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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","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-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"Engineering\",\"Project-Alpha\"]"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"alice_lead"} {"level":"info","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-06-08T14:19:31Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9a5ef6bf-b8d0-448a-91df-61ca3fe7c106","authorized":true,"response":"OK"}