{"level":"debug","ts":"2026-05-28T21:29:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c437e6d1-d164-43ab-842c-1c393c253255","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-05-28T21:29:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c437e6d1-d164-43ab-842c-1c393c253255","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-05-28T21:29:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c437e6d1-d164-43ab-842c-1c393c253255","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-05-28T21:29:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c437e6d1-d164-43ab-842c-1c393c253255","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-05-28T21:29:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c437e6d1-d164-43ab-842c-1c393c253255","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":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}},{"Name":"groups_str","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}}]},"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":"15d57ff5-624f-427a-a6b2-48f605dfde48","selected_subscription":"e2e-central-models-exempt-sub","selected_subscription_key":"models-as-a-service/e2e-central-models-exempt-sub@llm/e2e-unconfigured-facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"description":"MaaSModelRef with no auth policy or subscription — used to validate default-deny","display_name":"Unconfigured OPT 125M (E2E)","name":"e2e-unconfigured-facebook-opt-125m-simulated","token_rate_limits":[{"limit":3,"window":"1m"}]}],"name":"e2e-central-models-exempt-sub","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-05-28T21:29:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c437e6d1-d164-43ab-842c-1c393c253255","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:29:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c437e6d1-d164-43ab-842c-1c393c253255","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:29:07Z","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-05-28T21:29:07Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"debug","ts":"2026-05-28T21:29:07Z","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-05-28T21:29:07Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","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-05-28T21:29:07Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5"} {"level":"error","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5\": 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-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"01918e70442d2cb18c94316131b0e0a241b4a5d12df5b1e1981a3bef420bbdb5","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"cccb9f888be4be56e16cc32e380709be54a35972abf80517f8c40fc107282b39","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:12:57Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:12:57Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["cccb9f888be4be56e16cc32e380709be54a35972abf80517f8c40fc107282b39"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cccb9f888be4be56e16cc32e380709be54a35972abf80517f8c40fc107282b39"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/cccb9f888be4be56e16cc32e380709be54a35972abf80517f8c40fc107282b39"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"cccb9f888be4be56e16cc32e380709be54a35972abf80517f8c40fc107282b39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"cccb9f888be4be56e16cc32e380709be54a35972abf80517f8c40fc107282b39","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","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-05-28T21:29:07Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a"} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"9bbfc0b2e9e9acadd41342cd7c36a24afa8a5eef942d161782a6adae8411158a","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945"} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:07Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","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-05-28T21:28:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:28:51Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aae65b7ddc0033e778bd82057b67fb5cd3e029782d6fd444ddefece908444945","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/e38d76c6f386f12bc12190c87b39e6e77e182be454f85659a9197c301f2cd9be"} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d81a415a9d6b7bd916041b26b5a288b98c3b5bc233efb3bb1e7ca74fc032a437","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:28:51Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:28:51Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d81a415a9d6b7bd916041b26b5a288b98c3b5bc233efb3bb1e7ca74fc032a437"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d81a415a9d6b7bd916041b26b5a288b98c3b5bc233efb3bb1e7ca74fc032a437"} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d81a415a9d6b7bd916041b26b5a288b98c3b5bc233efb3bb1e7ca74fc032a437","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d81a415a9d6b7bd916041b26b5a288b98c3b5bc233efb3bb1e7ca74fc032a437"} {"level":"debug","ts":"2026-05-28T21:29:07Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d81a415a9d6b7bd916041b26b5a288b98c3b5bc233efb3bb1e7ca74fc032a437","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"error","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016"} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"error","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"failed to update the resource","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"},"error":"Operation cannot be fulfilled on authconfigs.authorino.kuadrant.io \"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016\": 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-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016"} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016"} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Unknown"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016"} {"level":"debug","ts":"2026-05-28T21:29:16Z","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-05-28T21:29:16Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:16Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"],"numHostsReady":"1/1","numIdentitySources":2,"numMetadataSources":2,"numAuthorizationPolicies":3,"numResponseItems":3,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:16Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:46010","PortSpecifier":{"PortValue":46010}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:46010","PortSpecifier":{"PortValue":46010}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003761,"nanos":59516538},"http":{"id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","tokenreview":{"name":""}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","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":"2a8fe020-8b01-45ee-a2a9-242a4ebb8c33","groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"extra":{"authentication.kubernetes.io/credential-id":["JTI=227ec700-b330-4da1-b78b-47be0751771b"]}},"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/95d3f8931407"]}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","input":{"auth":{"identity":{"audiences":["https://prod-eaas-bucket.s3.us-east-1.amazonaws.com/95d3f8931407"],"authenticated":true,"user":{"extra":{"authentication.kubernetes.io/credential-id":["JTI=227ec700-b330-4da1-b78b-47be0751771b"]},"groups":["system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"uid":"2a8fe020-8b01-45ee-a2a9-242a4ebb8c33","username":"system:serviceaccount:default:tester-regular-user"}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"system:serviceaccount:default:tester-regular-user"} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"object":"[\"system:authenticated\",\"system:serviceaccounts\",\"system:serviceaccounts:default\",\"system:authenticated\"]"} {"level":"info","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0d8df163-5c20-442d-9165-0d350bf7ec3e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0da757c6-36d8-4f7d-b417-bc9c62f92013","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:50080","PortSpecifier":{"PortValue":50080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"0da757c6-36d8-4f7d-b417-bc9c62f92013","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"0da757c6-36d8-4f7d-b417-bc9c62f92013","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:50080","PortSpecifier":{"PortValue":50080}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003761,"nanos":429319424},"http":{"id":"0da757c6-36d8-4f7d-b417-bc9c62f92013","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0da757c6-36d8-4f7d-b417-bc9c62f92013","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"0da757c6-36d8-4f7d-b417-bc9c62f92013","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-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5b882602-f07c-4719-95fd-4487586d1806","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45558","PortSpecifier":{"PortValue":45558}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"5b882602-f07c-4719-95fd-4487586d1806","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"5b882602-f07c-4719-95fd-4487586d1806","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:45558","PortSpecifier":{"PortValue":45558}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003761,"nanos":451011040},"http":{"id":"5b882602-f07c-4719-95fd-4487586d1806","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/llm/e2e-external-model/v1/chat/completions",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","content-length":"83","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.4","x-forwarded-for":"100.64.0.4","x-forwarded-proto":"https","x-request-id":"5b882602-f07c-4719-95fd-4487586d1806"},"path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"},"metadata_context":{}}} {"level":"info","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5b882602-f07c-4719-95fd-4487586d1806","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"status":401,"message":"Authentication required"}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"5b882602-f07c-4719-95fd-4487586d1806","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-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:52310","PortSpecifier":{"PortValue":52310}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","method":"POST","path":"/llm/e2e-external-model/v1/chat/completions","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:52310","PortSpecifier":{"PortValue":52310}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003761,"nanos":480393237},"http":{"id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1TEO5hRCn2V3KsrTO_JFIwUcKSGIPl8E8Lb43Dv8oLootsDYJJ8bu1bylEJ3r"} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","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-1TEO5hRCn2V3KsrTO_JFIwUcKSGIPl8E8Lb43Dv8oLootsDYJJ8bu1bylEJ3r\"}"} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"modelRefs":[{"name":"e2e-external-model","token_rate_limits":[{"limit":10000,"window":"1h"}]}],"name":"e2e-external-subscription","namespace":"models-as-a-service","phase":"Active","ready":true}} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","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-05-28T21:29:21Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"groups","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","system:serviceaccounts","system:serviceaccounts:default","system:authenticated"],"groups_str":"system:authenticated,system:serviceaccounts,system:serviceaccounts:default,system:authenticated","keyId":"2c191baa-816e-4889-886f-40322d1b23c1","selected_subscription":"e2e-external-subscription","selected_subscription_key":"models-as-a-service/e2e-external-subscription@llm/e2e-external-model","subscription_error":"","subscription_error_message":"","subscription_info":{"modelRefs":[{"name":"e2e-external-model","token_rate_limits":[{"limit":10000,"window":"1h"}]}],"name":"e2e-external-subscription","namespace":"models-as-a-service","phase":"Active","ready":true},"userid":"system:serviceaccount:default:tester-regular-user"}} {"level":"info","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:29:21Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"28ff0888-d77f-4236-8e4a-2e3918ea83a2","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/33e58f39cf4e0d944ce934a5018acdcfa74a705ab4b8890a72a2529f341cdcf4"} {"level":"debug","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"33e58f39cf4e0d944ce934a5018acdcfa74a705ab4b8890a72a2529f341cdcf4","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:29:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["33e58f39cf4e0d944ce934a5018acdcfa74a705ab4b8890a72a2529f341cdcf4"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8529f271698b5a3bc9025c33c0ecd15ded96a8c2fb76e9818941deb66b0dcc98"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/33e58f39cf4e0d944ce934a5018acdcfa74a705ab4b8890a72a2529f341cdcf4"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"33e58f39cf4e0d944ce934a5018acdcfa74a705ab4b8890a72a2529f341cdcf4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status changed","authconfig":{"name":"8529f271698b5a3bc9025c33c0ecd15ded96a8c2fb76e9818941deb66b0dcc98","namespace":"kuadrant-system"},"authconfig/status":{"conditions":[{"type":"Available","status":"True","lastTransitionTime":"2026-05-28T21:29:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["8529f271698b5a3bc9025c33c0ecd15ded96a8c2fb76e9818941deb66b0dcc98"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/8529f271698b5a3bc9025c33c0ecd15ded96a8c2fb76e9818941deb66b0dcc98"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"8529f271698b5a3bc9025c33c0ecd15ded96a8c2fb76e9818941deb66b0dcc98","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"33e58f39cf4e0d944ce934a5018acdcfa74a705ab4b8890a72a2529f341cdcf4","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","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-05-28T21:29:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"8529f271698b5a3bc9025c33c0ecd15ded96a8c2fb76e9818941deb66b0dcc98","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"debug","ts":"2026-05-28T21:29:24Z","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-05-28T21:29:24Z","reason":"HostsNotLinked","message":"No hosts linked to the resource"},{"type":"Ready","status":"False","lastTransitionTime":"2026-05-28T21:29:24Z","reason":"Reconciling"}],"summary":{"ready":false,"hostsReady":[],"numHostsReady":"0/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","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-05-28T21:29:24Z","reason":"HostsLinked"},{"type":"Ready","status":"True","lastTransitionTime":"2026-05-28T21:29:24Z","reason":"Reconciled"}],"summary":{"ready":true,"hostsReady":["aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"],"numHostsReady":"1/1","numIdentitySources":0,"numMetadataSources":0,"numAuthorizationPolicies":1,"numResponseItems":0,"festivalWristbandEnabled":false}}} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource reconciled","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status updated","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"debug","ts":"2026-05-28T21:29:24Z","logger":"authorino.controller-runtime.manager.controller.authconfig.statusupdater","msg":"resource status did not change","authconfig":{"name":"aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb","namespace":"kuadrant-system"}} {"level":"info","ts":"2026-05-28T21:29:47Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/aaea927e1e37c0ebeb2c3974ee40df4c6800e3e311c62d17c070273cdcfebaeb"} {"level":"info","ts":"2026-05-28T21:29:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/33e58f39cf4e0d944ce934a5018acdcfa74a705ab4b8890a72a2529f341cdcf4"} {"level":"info","ts":"2026-05-28T21:29:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/8529f271698b5a3bc9025c33c0ecd15ded96a8c2fb76e9818941deb66b0dcc98"} {"level":"info","ts":"2026-05-28T21:29:48Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/1bc352d5e387b2430c796ef533893aa1a2ae117af03b4d40dccaf57df32193ae"} {"level":"info","ts":"2026-05-28T21:30:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/2200947db0f3acc41dd3fca21efa06f90c57afddd36d719bdda2dc74a0bd0a11"} {"level":"info","ts":"2026-05-28T21:30:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:44264","PortSpecifier":{"PortValue":44264}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:00Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:44264","PortSpecifier":{"PortValue":44264}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003800,"nanos":954185676},"http":{"id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:00Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","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":1780004100,"groups":["Engineering","Project-Alpha"],"iat":1780003800,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c8e0875b-bc83-0cde-b495-dcef2a0fa601","preferred_username":"alice_lead","scope":"email profile","sid":"2B0fG5JDlR0NsCwY1O9Y30YL","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004100,"groups":["Engineering","Project-Alpha"],"iat":1780003800,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c8e0875b-bc83-0cde-b495-dcef2a0fa601","preferred_username":"alice_lead","scope":"email profile","sid":"2B0fG5JDlR0NsCwY1O9Y30YL","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"d44d6970f0ac9b448c729a344c019166492f90c7945285882c656b64a6725911"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:00Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","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-05-28T21:30:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","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-05-28T21:30:00Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","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-05-28T21:30:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:00Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c09b92ce-9a1f-4982-b992-3b7b39f9cc1e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:00Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/d127e164a8bca0cf424b571951b72a15565cdd1b6a3edcc64b640ecaf71b0c52"} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:17304","PortSpecifier":{"PortValue":17304}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:17304","PortSpecifier":{"PortValue":17304}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003801,"nanos":52738063},"http":{"id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","tokenreview":{"name":""}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"017b1d5e-a4ad-4f70-afb8-51a4b1af4079","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-05-28T21:30:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3efb8e937aa19b5e0bdd0c3eb5b4ece33299385dcfc89205b8934853facbdcf0"} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.controller-runtime.manager.controller.authconfig","msg":"resource de-indexed","authconfig":"kuadrant-system/3174635d626d01417a9ea6e7e44f66ab5759eab01406d407db2e4b6e08e42016"} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1e458e02-0975-43f5-8b42-350a7a24e0fd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:26286","PortSpecifier":{"PortValue":26286}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"1e458e02-0975-43f5-8b42-350a7a24e0fd","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"1e458e02-0975-43f5-8b42-350a7a24e0fd","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:26286","PortSpecifier":{"PortValue":26286}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003801,"nanos":92945204},"http":{"id":"1e458e02-0975-43f5-8b42-350a7a24e0fd","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer","content-length":"35","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.3","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC03ZDZmNDQ3Y2Y1LW1oYmg3CiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.48~maas-default-gateway-openshift-default-7d6f447cf5-mhbh7.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.3","x-forwarded-proto":"https","x-request-id":"1e458e02-0975-43f5-8b42-350a7a24e0fd"},"path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"d44d6970f0ac9b448c729a344c019166492f90c7945285882c656b64a6725911"},"metadata_context":{}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"1e458e02-0975-43f5-8b42-350a7a24e0fd","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1e458e02-0975-43f5-8b42-350a7a24e0fd","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{\"openshift-identities\":\"credential not found\"}"}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"1e458e02-0975-43f5-8b42-350a7a24e0fd","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"157d4321-f3b0-4d33-b49d-f5da539abc44","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:36534","PortSpecifier":{"PortValue":36534}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"157d4321-f3b0-4d33-b49d-f5da539abc44","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"157d4321-f3b0-4d33-b49d-f5da539abc44","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:36534","PortSpecifier":{"PortValue":36534}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003801,"nanos":116005765},"http":{"id":"157d4321-f3b0-4d33-b49d-f5da539abc44","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","content-length":"36","content-type":"application/json","user-agent":"python-requests/2.32.5","x-envoy-decorator-operation":"maas-api.opendatahub.svc.cluster.local:8443/*","x-envoy-external-address":"100.64.0.4","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC03ZDZmNDQ3Y2Y1LW1oYmg3CiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.48~maas-default-gateway-openshift-default-7d6f447cf5-mhbh7.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"100.64.0.4","x-forwarded-proto":"https","x-request-id":"157d4321-f3b0-4d33-b49d-f5da539abc44"},"path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https","protocol":"HTTP/1.1"}},"context_extensions":{"host":"d44d6970f0ac9b448c729a344c019166492f90c7945285882c656b64a6725911"},"metadata_context":{}}} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"157d4321-f3b0-4d33-b49d-f5da539abc44","authorized":false,"response":"UNAUTHENTICATED","object":{"code":16,"message":"{}"}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"157d4321-f3b0-4d33-b49d-f5da539abc44","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:10788","PortSpecifier":{"PortValue":10788}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"9614d808-f451-42f1-a8d1-9332c93e5810","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:10788","PortSpecifier":{"PortValue":10788}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003801,"nanos":535522533},"http":{"id":"9614d808-f451-42f1-a8d1-9332c93e5810","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","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":1780004101,"groups":["Site-Reliability"],"iat":1780003801,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c08ef210-613d-2228-4438-ebdb2fb726a8","preferred_username":"bob_sre","scope":"email profile","sid":"13XIF8vJ9B-bM9vT1VboO8G0","sub":"d6a56082-0d07-43ba-ba07-0727d59b0a00","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004101,"groups":["Site-Reliability"],"iat":1780003801,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c08ef210-613d-2228-4438-ebdb2fb726a8","preferred_username":"bob_sre","scope":"email profile","sid":"13XIF8vJ9B-bM9vT1VboO8G0","sub":"d6a56082-0d07-43ba-ba07-0727d59b0a00","typ":"Bearer"}},"context":{"context_extensions":{"host":"d44d6970f0ac9b448c729a344c019166492f90c7945285882c656b64a6725911"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"9614d808-f451-42f1-a8d1-9332c93e5810","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:28136","PortSpecifier":{"PortValue":28136}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c00ea794-575d-41b0-9587-94b5df4e796c","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:28136","PortSpecifier":{"PortValue":28136}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003801,"nanos":890732734},"http":{"id":"c00ea794-575d-41b0-9587-94b5df4e796c","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","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":1780004101,"groups":["Engineering","Project-Alpha"],"iat":1780003801,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:f4d3b65b-bd3f-2f32-aaf8-9f25da916fcf","preferred_username":"alice_lead","scope":"email profile","sid":"AIBY1_GQ8idm__rLGYF3b_fV","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004101,"groups":["Engineering","Project-Alpha"],"iat":1780003801,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:f4d3b65b-bd3f-2f32-aaf8-9f25da916fcf","preferred_username":"alice_lead","scope":"email profile","sid":"AIBY1_GQ8idm__rLGYF3b_fV","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"d44d6970f0ac9b448c729a344c019166492f90c7945285882c656b64a6725911"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c00ea794-575d-41b0-9587-94b5df4e796c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:44274","PortSpecifier":{"PortValue":44274}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:44274","PortSpecifier":{"PortValue":44274}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003801,"nanos":943683970},"http":{"id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1dZpiYSGBo8TM3Zqk_jHX5SjuU5pKLOPxeMNbVivd1gOQLgiXGdafQoPpMsKE"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","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-1dZpiYSGBo8TM3Zqk_jHX5SjuU5pKLOPxeMNbVivd1gOQLgiXGdafQoPpMsKE\"}"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","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-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7d4183f2-2ff5-4459-bcf2-318030912a2b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003801,"nanos":951135350},"http":{"id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1dZpiYSGBo8TM3Zqk_jHX5SjuU5pKLOPxeMNbVivd1gOQLgiXGdafQoPpMsKE"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","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-1dZpiYSGBo8TM3Zqk_jHX5SjuU5pKLOPxeMNbVivd1gOQLgiXGdafQoPpMsKE\"}"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-1dZpiYSGBo8TM3Zqk_jHX5SjuU5pKLOPxeMNbVivd1gOQLgiXGdafQoPpMsKE","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.132.0.26","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC03ZDZmNDQ3Y2Y1LW1oYmg3CiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.48~maas-default-gateway-openshift-default-7d6f447cf5-mhbh7.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.132.0.26","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4"},"host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":951135350,"seconds":1780003801},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.132.0.26:43570","port":43570}}} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","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-05-28T21:30:01Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","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":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"55dc404a-26d1-41c5-bd2a-f74dba838dfb","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:01Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"55f2c892-cd1d-4a19-a336-e9b525f51fa4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:26294","PortSpecifier":{"PortValue":26294}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"103516dd-40b8-4d3d-85f1-7c05323280f2","method":"POST","path":"/llm/facebook-opt-125m-simulated/v1/chat/completions","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:26294","PortSpecifier":{"PortValue":26294}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003802,"nanos":12027214},"http":{"id":"103516dd-40b8-4d3d-85f1-7c05323280f2","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1dZpiYSGBo8TM3Zqk_jHX5SjuU5pKLOPxeMNbVivd1gOQLgiXGdafQoPpMsKE"} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","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-1dZpiYSGBo8TM3Zqk_jHX5SjuU5pKLOPxeMNbVivd1gOQLgiXGdafQoPpMsKE\"}"} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"5aa0fd746a1cbe4557cf771f0b5f5c4020da5a6444c58d701a6d039232d7faab"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"groups_str","Value":{}},{"Name":"selected_subscription","Value":{}},{"Name":"subscription_info","Value":{}},{"Name":"keyId","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.keyId"}},{"Name":"userid","Value":{"Static":null,"Pattern":"auth.metadata.apiKeyValidation.username"}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_error","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"groups","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"55dc404a-26d1-41c5-bd2a-f74dba838dfb","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"103516dd-40b8-4d3d-85f1-7c05323280f2","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"da7bbd45-552b-458f-a714-ec12409ac281","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:10796","PortSpecifier":{"PortValue":10796}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"da7bbd45-552b-458f-a714-ec12409ac281","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"da7bbd45-552b-458f-a714-ec12409ac281","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:10796","PortSpecifier":{"PortValue":10796}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003802,"nanos":160457029},"http":{"id":"da7bbd45-552b-458f-a714-ec12409ac281","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"da7bbd45-552b-458f-a714-ec12409ac281","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":1780004102,"groups":["Engineering","Project-Alpha"],"iat":1780003802,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:7505c490-597a-f815-2e7a-388c5ca6e138","preferred_username":"alice_lead","scope":"email profile","sid":"_GtnVmVVgHGPpvp-3ciL4qQn","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"da7bbd45-552b-458f-a714-ec12409ac281","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004102,"groups":["Engineering","Project-Alpha"],"iat":1780003802,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:7505c490-597a-f815-2e7a-388c5ca6e138","preferred_username":"alice_lead","scope":"email profile","sid":"_GtnVmVVgHGPpvp-3ciL4qQn","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"d44d6970f0ac9b448c729a344c019166492f90c7945285882c656b64a6725911"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"da7bbd45-552b-458f-a714-ec12409ac281","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"da7bbd45-552b-458f-a714-ec12409ac281","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"da7bbd45-552b-458f-a714-ec12409ac281","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-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"da7bbd45-552b-458f-a714-ec12409ac281","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"da7bbd45-552b-458f-a714-ec12409ac281","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:44282","PortSpecifier":{"PortValue":44282}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","method":"DELETE","path":"/maas-api/v1/api-keys/bb5be84c-4199-40ad-9688-315b793e4c60","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:44282","PortSpecifier":{"PortValue":44282}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003802,"nanos":211503763},"http":{"id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","method":"DELETE","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/bb5be84c-4199-40ad-9688-315b793e4c60",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","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":1780004102,"groups":["Engineering","Project-Alpha"],"iat":1780003802,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:7505c490-597a-f815-2e7a-388c5ca6e138","preferred_username":"alice_lead","scope":"email profile","sid":"_GtnVmVVgHGPpvp-3ciL4qQn","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004102,"groups":["Engineering","Project-Alpha"],"iat":1780003802,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:7505c490-597a-f815-2e7a-388c5ca6e138","preferred_username":"alice_lead","scope":"email profile","sid":"_GtnVmVVgHGPpvp-3ciL4qQn","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"d44d6970f0ac9b448c729a344c019166492f90c7945285882c656b64a6725911"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/bb5be84c-4199-40ad-9688-315b793e4c60",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","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-05-28T21:30:02Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","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-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:02Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"507e52f3-91a0-47ff-b8d7-2fc54e7728f4","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16766","PortSpecifier":{"PortValue":16766}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8180837a-225a-41d5-9c43-26a5b3e8546b","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16766","PortSpecifier":{"PortValue":16766}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":269784851},"http":{"id":"8180837a-225a-41d5-9c43-26a5b3e8546b","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-5ieWwZkUCzhKN0YL_8GrCX72ctDE4WGcPb4xmBJorTGWvDLMpBlt3TRqF4tH"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","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-5ieWwZkUCzhKN0YL_8GrCX72ctDE4WGcPb4xmBJorTGWvDLMpBlt3TRqF4tH\"}"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** revoked or expired","valid":false}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","input":{"auth":{"identity":"Bearer **** revoked or expired","valid":false}}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","config":{"Name":"X-MaaS-Username","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Username","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"reason":"no such key: username"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"cannot build dynamic response","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","config":{"Name":"X-MaaS-Group","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"httpHeader","WrapperKey":"X-MaaS-Group","Metrics":false,"Cache":null,"Wristband":null,"DynamicJSON":null,"Plain":{"Value":{}}},"reason":"no such key: groups"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8180837a-225a-41d5-9c43-26a5b3e8546b","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:59644","PortSpecifier":{"PortValue":59644}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:59644","PortSpecifier":{"PortValue":59644}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":429960756},"http":{"id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity.kubernetesauth","msg":"calling kubernetes token review api","request id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","tokenreview":{"name":""}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"cannot validate identity","request id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"165a0e5f-61a4-4ff0-84d9-ccaeca2fe8a7","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34008","PortSpecifier":{"PortValue":34008}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34008","PortSpecifier":{"PortValue":34008}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":586673283},"http":{"id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","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":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:110c83de-ca16-6b1c-aa6d-6bac2362479d","preferred_username":"alice_lead","scope":"email profile","sid":"e_5FKNpctO3BEQ4tEVqZv9fG","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:110c83de-ca16-6b1c-aa6d-6bac2362479d","preferred_username":"alice_lead","scope":"email profile","sid":"e_5FKNpctO3BEQ4tEVqZv9fG","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"ca17e5f5-bf83-4691-9eaf-933378f2cea3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27362","PortSpecifier":{"PortValue":27362}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"f2269387-85cc-4e77-876f-c5c621c35c1e","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27362","PortSpecifier":{"PortValue":27362}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":609928918},"http":{"id":"f2269387-85cc-4e77-876f-c5c621c35c1e","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","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":1780004105,"groups":["Site-Reliability"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c41f0c64-6209-6c1b-e2ed-c7971abef238","preferred_username":"bob_sre","scope":"email profile","sid":"e285t4_upePre9iqSvo24c2L","sub":"d6a56082-0d07-43ba-ba07-0727d59b0a00","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004105,"groups":["Site-Reliability"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c41f0c64-6209-6c1b-e2ed-c7971abef238","preferred_username":"bob_sre","scope":"email profile","sid":"e285t4_upePre9iqSvo24c2L","sub":"d6a56082-0d07-43ba-ba07-0727d59b0a00","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"f2269387-85cc-4e77-876f-c5c621c35c1e","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16768","PortSpecifier":{"PortValue":16768}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16768","PortSpecifier":{"PortValue":16768}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":694949619},"http":{"id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","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":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:052cf4ab-b411-b2f5-cd56-f1040ddc0def","preferred_username":"alice_lead","scope":"email profile","sid":"U2tk4lnPm8QxXEcHFy9NzKYu","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:052cf4ab-b411-b2f5-cd56-f1040ddc0def","preferred_username":"alice_lead","scope":"email profile","sid":"U2tk4lnPm8QxXEcHFy9NzKYu","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"960a8a85-8c31-40e2-90df-3a8df5c7e73a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34014","PortSpecifier":{"PortValue":34014}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"44a02eec-8fac-4fda-9d3e-861e14625623","method":"DELETE","path":"/maas-api/v1/api-keys/44d2fc2f-5fbe-41d0-af6d-eb797aa678ea","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34014","PortSpecifier":{"PortValue":34014}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":717716829},"http":{"id":"44a02eec-8fac-4fda-9d3e-861e14625623","method":"DELETE","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/44d2fc2f-5fbe-41d0-af6d-eb797aa678ea",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","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":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:052cf4ab-b411-b2f5-cd56-f1040ddc0def","preferred_username":"alice_lead","scope":"email profile","sid":"U2tk4lnPm8QxXEcHFy9NzKYu","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:052cf4ab-b411-b2f5-cd56-f1040ddc0def","preferred_username":"alice_lead","scope":"email profile","sid":"U2tk4lnPm8QxXEcHFy9NzKYu","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/44d2fc2f-5fbe-41d0-af6d-eb797aa678ea",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"44a02eec-8fac-4fda-9d3e-861e14625623","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27374","PortSpecifier":{"PortValue":27374}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","method":"DELETE","path":"/maas-api/v1/api-keys/44d2fc2f-5fbe-41d0-af6d-eb797aa678ea","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27374","PortSpecifier":{"PortValue":27374}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":740046412},"http":{"id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","method":"DELETE","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/44d2fc2f-5fbe-41d0-af6d-eb797aa678ea",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","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":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:052cf4ab-b411-b2f5-cd56-f1040ddc0def","preferred_username":"alice_lead","scope":"email profile","sid":"U2tk4lnPm8QxXEcHFy9NzKYu","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:052cf4ab-b411-b2f5-cd56-f1040ddc0def","preferred_username":"alice_lead","scope":"email profile","sid":"U2tk4lnPm8QxXEcHFy9NzKYu","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"DELETE",":path":"/maas-api/v1/api-keys/44d2fc2f-5fbe-41d0-af6d-eb797aa678ea",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"d0764aab-2cb6-4ef2-b0f0-2cbe897b001f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16770","PortSpecifier":{"PortValue":16770}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16770","PortSpecifier":{"PortValue":16770}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":827367172},"http":{"id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","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":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c008e0a5-d78e-a982-d992-38bb9ef4363a","preferred_username":"alice_lead","scope":"email profile","sid":"0FPSm4knvWKfWEhyytqmD435","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:c008e0a5-d78e-a982-d992-38bb9ef4363a","preferred_username":"alice_lead","scope":"email profile","sid":"0FPSm4knvWKfWEhyytqmD435","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2b42d5a2-18af-46a3-ab84-095c949cbdf3","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34018","PortSpecifier":{"PortValue":34018}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34018","PortSpecifier":{"PortValue":34018}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":848781339},"http":{"id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Zqxxvr77SAkxMQv9_1pQE7VMIfJeKXpHfvfVkIAjSWkALIEUNl6YVsra6WAJ"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","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-1Zqxxvr77SAkxMQv9_1pQE7VMIfJeKXpHfvfVkIAjSWkALIEUNl6YVsra6WAJ\"}"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"8f1e5758-a409-4bd9-a98f-1cd4eb28d1b9","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"7990bb06-d936-440f-9155-1fa3e23a4533","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":854360739},"http":{"id":"7990bb06-d936-440f-9155-1fa3e23a4533","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-1Zqxxvr77SAkxMQv9_1pQE7VMIfJeKXpHfvfVkIAjSWkALIEUNl6YVsra6WAJ"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","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-1Zqxxvr77SAkxMQv9_1pQE7VMIfJeKXpHfvfVkIAjSWkALIEUNl6YVsra6WAJ\"}"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-1Zqxxvr77SAkxMQv9_1pQE7VMIfJeKXpHfvfVkIAjSWkALIEUNl6YVsra6WAJ","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.132.0.26","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC03ZDZmNDQ3Y2Y1LW1oYmg3CiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.48~maas-default-gateway-openshift-default-7d6f447cf5-mhbh7.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.132.0.26","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"7990bb06-d936-440f-9155-1fa3e23a4533"},"host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","id":"7990bb06-d936-440f-9155-1fa3e23a4533","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":854360739,"seconds":1780003805},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.132.0.26:43570","port":43570}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","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":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"7a11ca94-5ff3-47c4-9bb9-b7654f5952ca","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"7990bb06-d936-440f-9155-1fa3e23a4533","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27390","PortSpecifier":{"PortValue":27390}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27390","PortSpecifier":{"PortValue":27390}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":937112746},"http":{"id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","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":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b1355e42-fe5d-bada-81e8-d3f1df275c78","preferred_username":"alice_lead","scope":"email profile","sid":"6Iw9ebumo1U-GcshYkofKYWV","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004105,"groups":["Engineering","Project-Alpha"],"iat":1780003805,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b1355e42-fe5d-bada-81e8-d3f1df275c78","preferred_username":"alice_lead","scope":"email profile","sid":"6Iw9ebumo1U-GcshYkofKYWV","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"4829cb8c-03e9-4982-bbd3-eee9f084de5f","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:46198","PortSpecifier":{"PortValue":46198}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"737eb95c-0490-4a72-994c-2578e170a6bb","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:46198","PortSpecifier":{"PortValue":46198}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":959611663},"http":{"id":"737eb95c-0490-4a72-994c-2578e170a6bb","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-zvUil315whBSLKEQ_gYx42g2IYOrmlgkNVPNfNrFyvT0Qh92sByektuQtC4B"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","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-zvUil315whBSLKEQ_gYx42g2IYOrmlgkNVPNfNrFyvT0Qh92sByektuQtC4B\"}"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"737eb95c-0490-4a72-994c-2578e170a6bb","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16786","PortSpecifier":{"PortValue":16786}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16786","PortSpecifier":{"PortValue":16786}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":980554792},"http":{"id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-zvUil315whBSLKEQ_gYx42g2IYOrmlgkNVPNfNrFyvT0Qh92sByektuQtC4B"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","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-zvUil315whBSLKEQ_gYx42g2IYOrmlgkNVPNfNrFyvT0Qh92sByektuQtC4B\"}"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","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-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2ae29015-73ec-4cd7-8d12-0d232ca29b2a","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"fd35a88e-152f-4323-91d7-46221dfeffff","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003805,"nanos":985898969},"http":{"id":"fd35a88e-152f-4323-91d7-46221dfeffff","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-zvUil315whBSLKEQ_gYx42g2IYOrmlgkNVPNfNrFyvT0Qh92sByektuQtC4B"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","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-zvUil315whBSLKEQ_gYx42g2IYOrmlgkNVPNfNrFyvT0Qh92sByektuQtC4B\"}"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-zvUil315whBSLKEQ_gYx42g2IYOrmlgkNVPNfNrFyvT0Qh92sByektuQtC4B","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.132.0.26","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC03ZDZmNDQ3Y2Y1LW1oYmg3CiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.48~maas-default-gateway-openshift-default-7d6f447cf5-mhbh7.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.132.0.26","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"fd35a88e-152f-4323-91d7-46221dfeffff"},"host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","id":"fd35a88e-152f-4323-91d7-46221dfeffff","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":985898969,"seconds":1780003805},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.132.0.26:43570","port":43570}}} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","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-05-28T21:30:05Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","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":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"345d3b27-8f08-4a03-8580-f9b22b0fb0bc","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:05Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"fd35a88e-152f-4323-91d7-46221dfeffff","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34032","PortSpecifier":{"PortValue":34032}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34032","PortSpecifier":{"PortValue":34032}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003806,"nanos":70470169},"http":{"id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","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":1780004106,"groups":["Engineering","Project-Alpha"],"iat":1780003806,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b1e67d1f-e0d5-12a3-8f55-4508c12558da","preferred_username":"alice_lead","scope":"email profile","sid":"ble-ioBcIQGatfACdnzW2EUm","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004106,"groups":["Engineering","Project-Alpha"],"iat":1780003806,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:b1e67d1f-e0d5-12a3-8f55-4508c12558da","preferred_username":"alice_lead","scope":"email profile","sid":"ble-ioBcIQGatfACdnzW2EUm","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","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-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"3de90a3d-8079-4f1b-bf81-cf438fcda544","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27396","PortSpecifier":{"PortValue":27396}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.3:27396","PortSpecifier":{"PortValue":27396}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003806,"nanos":94879832},"http":{"id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","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-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0\"}"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","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-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"c3ecca3f-c62b-4e89-ad74-0673b8cbcfb6","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"198684e8-1f70-4bb9-9230-acb91b35c54c","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003806,"nanos":100402011},"http":{"id":"198684e8-1f70-4bb9-9230-acb91b35c54c","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","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-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0\"}"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0","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.132.0.26","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC03ZDZmNDQ3Y2Y1LW1oYmg3CiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.48~maas-default-gateway-openshift-default-7d6f447cf5-mhbh7.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.132.0.26","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"198684e8-1f70-4bb9-9230-acb91b35c54c"},"host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","id":"198684e8-1f70-4bb9-9230-acb91b35c54c","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":100402011,"seconds":1780003806},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.132.0.26:43570","port":43570}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","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":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"66859428-be0d-4d67-95cd-2f8522b18f85","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"198684e8-1f70-4bb9-9230-acb91b35c54c","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16798","PortSpecifier":{"PortValue":16798}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"10705349-ab88-4179-80fd-f8c14eb406ef","method":"GET","path":"/maas-api/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.2:16798","PortSpecifier":{"PortValue":16798}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003806,"nanos":124904564},"http":{"id":"10705349-ab88-4179-80fd-f8c14eb406ef","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/maas-api/v1/models",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","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-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0\"}"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","input":{"auth":{"identity":"Bearer **** deflate","authorization":"Bearer **** deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","config":{"Name":"X-MaaS-Subscription","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","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-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"10705349-ab88-4179-80fd-f8c14eb406ef","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"10.132.0.26:43570","PortSpecifier":{"PortValue":43570}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003806,"nanos":130208781},"http":{"id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","method":"GET","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","config":{"Name":"api-keys","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** sk-oai-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","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-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0\"}"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","config":{"Name":"apiKeyValidation","Priority":0,"Conditions":{"Left":{"Selector":"request.headers.authorization","Operator":5,"Value":"^Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata.http","msg":"sending request","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.metadata","msg":"fetched auth metadata","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","config":{"Name":"subscription-info","Priority":1,"Conditions":{"Left":null,"Right":null},"Metrics":true,"Cache":{},"UserInfo":null,"UMA":null,"GenericHTTP":{"Endpoint":"https://maas-api.opendatahub.svc.cluster.local:8443/internal/v1/subscriptions/select","DynamicEndpoint":null,"Method":"POST","Body":{},"Parameters":[],"Headers":[],"ContentType":"application/json","SharedSecret":"","OAuth2":null,"OAuth2TokenForceFetch":false,"AuthCredentials":null}},"object":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","input":{"auth":{"identity":"Bearer **** subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true}}},"context":{"context_extensions":{"host":"311b1be286674fd5684c9ac59b318287dade9769cfe4aeebd8c88e2dc6b72418"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"GET",":path":"/llm/facebook-opt-125m-simulated/v1/models",":scheme":"https","accept-encoding":"gzip","authorization":"Bearer **** sk-oai-WgxKUCQMQ5NKKYOC_CksWZo58XLuR9WGooV8dUziEVqMySfoJ6A5bC2hoNe0","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.132.0.26","x-envoy-peer-metadata":"ChoKCkNMVVNURVJfSUQSDBoKS3ViZXJuZXRlcwqLAQoGTEFCRUxTEoABKn4KSwofc2VydmljZS5pc3Rpby5pby9jYW5vbmljYWwtbmFtZRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdAovCiNzZXJ2aWNlLmlzdGlvLmlvL2Nhbm9uaWNhbC1yZXZpc2lvbhIIGgZsYXRlc3QKQQoETkFNRRI5GjdtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdC03ZDZmNDQ3Y2Y1LW1oYmg3CiAKCU5BTUVTUEFDRRITGhFvcGVuc2hpZnQtaW5ncmVzcwp0CgVPV05FUhJrGmlrdWJlcm5ldGVzOi8vYXBpcy9hcHBzL3YxL25hbWVzcGFjZXMvb3BlbnNoaWZ0LWluZ3Jlc3MvZGVwbG95bWVudHMvbWFhcy1kZWZhdWx0LWdhdGV3YXktb3BlbnNoaWZ0LWRlZmF1bHQKOQoNV09SS0xPQURfTkFNRRIoGiZtYWFzLWRlZmF1bHQtZ2F0ZXdheS1vcGVuc2hpZnQtZGVmYXVsdA==","x-envoy-peer-metadata-id":"router~10.134.0.48~maas-default-gateway-openshift-default-7d6f447cf5-mhbh7.openshift-ingress~openshift-ingress.svc.cluster.local","x-forwarded-for":"10.132.0.26","x-forwarded-proto":"https","x-maas-subscription":"simulator-subscription","x-request-id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778"},"host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","method":"GET","path":"/llm/facebook-opt-125m-simulated/v1/models","protocol":"HTTP/1.1","scheme":"https","time":{"nanos":130208781,"seconds":1780003806},"url_path":"/llm/facebook-opt-125m-simulated/v1/models","user_agent":"Go-http-client/1.1"},"source":{"address":"10.132.0.26:43570","port":43570}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","config":{"Name":"identity","Priority":0,"Conditions":{"Left":null,"Right":null},"Wrapper":"envoyDynamicMetadata","WrapperKey":"identity","Metrics":true,"Cache":null,"Wristband":null,"DynamicJSON":{"Properties":[{"Name":"selected_subscription","Value":{}},{"Name":"subscription_error","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":"groups","Value":{}},{"Name":"subscription_error_message","Value":{}},{"Name":"selected_subscription_key","Value":{}},{"Name":"subscription_info","Value":{}}]},"Plain":null},"object":{"groups":["system:authenticated","Engineering","Project-Alpha"],"groups_str":"system:authenticated,Engineering,Project-Alpha","keyId":"66859428-be0d-4d67-95cd-2f8522b18f85","selected_subscription":"simulator-subscription","selected_subscription_key":"models-as-a-service/simulator-subscription@llm/facebook-opt-125m-simulated","subscription_error":"","subscription_error_message":"","subscription_info":{"description":"Free-tier subscription with 100 tokens/min rate limit","displayName":"Simulator Subscription (Free)","modelRefs":[{"description":"A simulated OPT-125M model for free-tier testing","display_name":"Facebook OPT 125M (Simulated)","name":"facebook-opt-125m-simulated","token_rate_limits":[{"limit":100,"window":"1m"}]}],"name":"simulator-subscription","namespace":"models-as-a-service","phase":"Active","priority":10,"ready":true},"userid":"alice_lead"}} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"2bcd22db-a0c2-4aca-8f7b-a6ea10fcb778","authorized":true,"response":"OK"} {"level":"info","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34042","PortSpecifier":{"PortValue":34042}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"http":{"id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","method":"POST","path":"/maas-api/v1/api-keys","host":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com","scheme":"https"}}}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"incoming authorization request","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","object":{"source":{"address":{"Address":{"SocketAddress":{"address":"100.64.0.4:34042","PortSpecifier":{"PortValue":34042}}}}},"destination":{"address":{"Address":{"SocketAddress":{"address":"10.134.0.48:443","PortSpecifier":{"PortValue":443}}}}},"request":{"time":{"seconds":1780003806,"nanos":213847447},"http":{"id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","method":"POST","headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com",":method":"POST",":path":"/maas-api/v1/api-keys",":scheme":"https","accept":"*/*","accept-encoding":"gzip, deflate","authorization":"Bearer **** {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.identity","msg":"identity validated","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","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":1780004106,"groups":["Engineering","Project-Alpha"],"iat":1780003806,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:2c6e5b71-8f99-c116-a54a-69eb0dc05880","preferred_username":"alice_lead","scope":"email profile","sid":"ndYMTuQOCztIMdCjvB8WKUm1","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"evaluating for input","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","input":{"auth":{"identity":{"acr":"1","allowed-origins":["*"],"azp":"test-client","email_verified":true,"exp":1780004106,"groups":["Engineering","Project-Alpha"],"iat":1780003806,"iss":"https://keycloak.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.prod.konfluxeaas.com/realms/tenant-a","jti":"onrtro:2c6e5b71-8f99-c116-a54a-69eb0dc05880","preferred_username":"alice_lead","scope":"email profile","sid":"ndYMTuQOCztIMdCjvB8WKUm1","sub":"c661bb9e-4ca8-47e0-ab32-546849c05b74","typ":"Bearer"}},"context":{"context_extensions":{"host":"4b78668c68e506f3e4245c5d1f1af6820d0987e90bac1b37e2a03d21cc7ed38d"},"destination":{"address":{"Address":{"SocketAddress":{"PortSpecifier":{"PortValue":443},"address":"10.134.0.48:443"}}}},"metadata_context":{},"request":{"http":{"headers":{":authority":"maas.apps.12f977ab-361f-41ac-8ab8-95d3f8931407.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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.authorization","msg":"access granted","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","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-05-28T21:30:06Z","logger":"authorino.service.auth.authpipeline.response","msg":"dynamic response built","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","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-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","authorized":true,"response":"OK"} {"level":"debug","ts":"2026-05-28T21:30:06Z","logger":"authorino.service.auth","msg":"outgoing authorization response","request id":"cdc12660-d82d-4a87-b1ae-4882ce6466b1","authorized":true,"response":"OK"}