mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-08 23:02:40 -05:00
[PR #701] [MERGED] add user agent to oidc requests #761
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/701
Author: @eleith
Created: 8/1/2025
Status: ✅ Merged
Merged: 8/3/2025
Merged by: @mbecker20
Base:
1.18.5← Head:eleith-add-user-agent📝 Commits (1)
a38f60eadd user agent to oidc requests📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
bin/core/src/auth/oidc/mod.rs(+6 -0)📄 Description
Komodo is making a request to the oidc discoverable endpoint every 60s.
currently the user agent is empty, making investigations into request utilization difficult.
this adds a Komodo specific user agent to allow others to easily discover when Komodo is making requests to their other services.
fixes: #660
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.