[PR #979] [MERGED] OIDC integration v2 #1788

Closed
opened 2025-12-29 02:31:42 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/979
Author: @juanfont
Created: 11/17/2022
Status: Merged
Merged: 11/21/2022
Merged by: @juanfont

Base: mainHead: oidc-integration-v2


📝 Commits (10+)

  • 47f2104 Port OIDC integration tests to v2
  • 8d0d779 Move Tailscale old versions to TS2019 list
  • 37594cd Remove Alpine Linux container
  • 9ae8837 Updated changelog
  • 602024e Releases: use flavor to set the tag suffix
  • 3b77773 Added more debug messages in OIDC registration
  • 170587d Added more logging
  • 5c8742a Do not strip nodekey prefix on handle expired
  • c295748 Updated changelog
  • 0c95dfd Add WithHostnameAsServerURL option func

📊 Changes

2 files changed (+312 additions, -0 deletions)

View changed files

integration/auth_oidc_test.go (+301 -0)
📝 integration/hsic/hsic.go (+11 -0)

📄 Description

This PR ports the OIDC integration tests to the v2 system.


🔄 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/juanfont/headscale/pull/979 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 11/17/2022 **Status:** ✅ Merged **Merged:** 11/21/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `oidc-integration-v2` --- ### 📝 Commits (10+) - [`47f2104`](https://github.com/juanfont/headscale/commit/47f210437f3e51eb73940b7befb9f4c416082897) Port OIDC integration tests to v2 - [`8d0d779`](https://github.com/juanfont/headscale/commit/8d0d77923cb3cc2b3b099931e31ddc63a46b6eac) Move Tailscale old versions to TS2019 list - [`37594cd`](https://github.com/juanfont/headscale/commit/37594cdabe268e78f3f7d6fba4c0b0c39911e25e) Remove Alpine Linux container - [`9ae8837`](https://github.com/juanfont/headscale/commit/9ae88377590782179cab8fc4ad3e593e195c0404) Updated changelog - [`602024e`](https://github.com/juanfont/headscale/commit/602024e8227e5d932c4996bad26f0ff189f20a70) Releases: use flavor to set the tag suffix - [`3b77773`](https://github.com/juanfont/headscale/commit/3b777735107c95ebdcdc781db65fe9a285605cb5) Added more debug messages in OIDC registration - [`170587d`](https://github.com/juanfont/headscale/commit/170587db255181eac8469c3d7c1126bdeda77cb1) Added more logging - [`5c8742a`](https://github.com/juanfont/headscale/commit/5c8742a2877e7667de7fba01829d4cd3e8fb2c32) Do not strip nodekey prefix on handle expired - [`c295748`](https://github.com/juanfont/headscale/commit/c2957484cef75e5a10c665056131c87c25f95b96) Updated changelog - [`0c95dfd`](https://github.com/juanfont/headscale/commit/0c95dfdc0261ea7a4fc5aa5986926fa06bb2684a) Add WithHostnameAsServerURL option func ### 📊 Changes **2 files changed** (+312 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `integration/auth_oidc_test.go` (+301 -0) 📝 `integration/hsic/hsic.go` (+11 -0) </details> ### 📄 Description This PR ports the OIDC integration tests to the v2 system. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:31:42 +01:00
adam closed this issue 2025-12-29 02:31:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1788