[PR #701] [MERGED] add user agent to oidc requests #761

Closed
opened 2025-10-31 15:21:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 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.5Head: eleith-add-user-agent


📝 Commits (1)

  • a38f60e add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/701 **Author:** [@eleith](https://github.com/eleith) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `1.18.5` ← **Head:** `eleith-add-user-agent` --- ### 📝 Commits (1) - [`a38f60e`](https://github.com/moghtech/komodo/commit/a38f60e0c56a187d475fd5744ae48192e6f5aa13) add user agent to oidc requests ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `bin/core/src/auth/oidc/mod.rs` (+6 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 15:21:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#761