Christian Nuss
d55963b7ff
fix: include oidc-auth-request-extra-params in token cache key ( #1497 )
...
The token cache key computation did not include the AuthRequestExtraParams
values from the --oidc-auth-request-extra-params flag. This caused tokens
with different extra parameters (e.g., different audience values) to
incorrectly share the same cache entry.
Changes:
- Add AuthRequestExtraParams field to tokencache.Key struct
- Add AuthRequestExtraParams() method to GrantOptionSet to extract
extra params from whichever grant option is set
- Update get_token.go to include extra params in cache key
- Add comprehensive tests for cache key differentiation
Fixes #1496
v1.36.0
2026-03-01 10:33:54 +09:00
Andrew Baxter
1968daf756
Fix #1479 : Recognize path from redirect url in callback server ( #1480 )
...
* Recognize path from redirect url in callback server
* Fix lint error and refactor
---------
Co-authored-by: Andrew Baxter <>
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2026-03-01 10:12:58 +09:00
renovate[bot]
15157b703f
chore(deps): update int128/update-generated-files-action action to v2.81.0 ( #1507 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-27 20:45:49 +00:00
renovate[bot]
d42fe465eb
chore(deps): update golang:1.26.0 docker digest to 9edf713 ( #1505 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-27 19:31:25 +00:00
renovate[bot]
bc68d7475b
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.10.1 ( #1506 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-27 19:31:23 +00:00
renovate[bot]
a301ec17a7
chore(deps): update golang docker tag to v1.26.0 ( #1502 )
...
* chore(deps): update golang docker tag to v1.26.0
* Fix printf args
Error: pkg/usecases/setup/setup.go:86:18: non-constant format string in call to (github.com/int128/kubelogin/pkg/infrastructure/logger.Interface).Printf
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2026-02-22 19:01:27 +09:00
renovate[bot]
b7090f117a
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.9.0 ( #1503 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-20 20:54:56 +00:00
renovate[bot]
8e6f86ffd7
chore(deps): update module github.com/vektra/mockery/v3 to v3.6.4 ( #1500 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-20 19:35:07 +00:00
renovate[bot]
20c84c6f6b
chore(deps): update docker/build-push-action action to v6.19.2 ( #1501 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-20 19:35:04 +00:00
renovate[bot]
25fe47156d
chore(deps): update int128/docker-build-cache-config-action action to v1.47.0 ( #1476 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-15 16:42:17 +09:00
Hidetake Iwata
67fc68f65b
Update docker-build-metadata-action to v2.0.0 ( #1499 )
2026-02-15 15:37:16 +09:00
renovate[bot]
3ed6a20e3e
fix(deps): update module golang.org/x/oauth2 to v0.35.0 ( #1498 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-13 19:13:29 +00:00
renovate[bot]
b1cc7179ff
chore(deps): update int128/update-generated-files-action action to v2.80.0 ( #1495 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-07 22:22:21 +00:00
renovate[bot]
337dbd4cae
chore(deps): update golang:1.25.6 docker digest to 06d1251 ( #1491 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-06 21:52:27 +00:00
renovate[bot]
04c2e0a9a6
chore(deps): update docker/login-action action to v3.7.0 ( #1493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-06 20:30:27 +00:00
renovate[bot]
2c574c948d
chore(deps): update int128/update-generated-files-action action to v2.78.0 ( #1494 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-06 19:12:06 +00:00
renovate[bot]
cad4c5b5fb
fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.3.1 ( #1492 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-06 18:04:19 +00:00
renovate[bot]
fb31f2acd9
chore(deps): update golang docker tag to v1.25.6 ( #1490 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-30 19:30:11 +00:00
renovate[bot]
bd3f314f1d
chore(deps): update golang:1.25.5 docker digest to 8bbd140 ( #1475 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-26 10:55:31 +00:00
renovate[bot]
42c223539c
chore(deps): update module github.com/vektra/mockery/v3 to v3.6.3 ( #1489 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 19:36:35 +00:00
renovate[bot]
5f26ba4ee6
chore(deps): update actions/checkout action to v6.0.2 ( #1486 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 21:41:57 +00:00
renovate[bot]
068359b93a
chore(deps): update actions/setup-go action to v6.2.0 ( #1488 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 20:22:49 +00:00
renovate[bot]
343b9ff4ed
chore(deps): update module github.com/vektra/mockery/v3 to v3.6.2 ( #1487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 18:59:44 +00:00
renovate[bot]
fb6c5d7ae3
chore(deps): update int128/update-generated-files-action action to v2.77.0 ( #1484 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-16 22:18:44 +00:00
renovate[bot]
dc6dddc009
fix(deps): update module golang.org/x/term to v0.39.0 ( #1483 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-16 17:46:56 +00:00
renovate[bot]
1995c2b0e5
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.8.0 ( #1482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-16 16:25:38 +00:00
renovate[bot]
4aef3bd299
chore(deps): update int128/update-generated-files-action action to v2.76.0 ( #1481 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v1.35.2
2026-01-09 18:28:30 +00:00
renovate[bot]
606e1a2d11
chore(deps): update int128/update-generated-files-action action to v2.74.0 ( #1478 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-02 22:18:09 +00:00
renovate[bot]
eeee4ef026
chore(deps): update golang docker tag to v1.25.5 ( #1471 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-26 20:19:09 +00:00
renovate[bot]
52cd0bd25d
chore(deps): update docker/setup-buildx-action action to v3.12.0 ( #1472 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-26 19:13:55 +00:00
renovate[bot]
9034eddfc7
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.2 ( #1468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-19 20:42:50 +00:00
renovate[bot]
633fd054a1
fix(deps): update module golang.org/x/term to v0.38.0 ( #1469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-19 19:37:10 +00:00
renovate[bot]
cf4b2ca415
chore(deps): update actions/checkout action to v6.0.1 ( #1463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 22:17:46 +00:00
renovate[bot]
7651acaf0c
fix(deps): update module github.com/spf13/cobra to v1.10.2 ( #1465 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 20:43:24 +00:00
renovate[bot]
c34db522e7
fix(deps): update module golang.org/x/oauth2 to v0.34.0 ( #1466 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 19:37:36 +00:00
renovate[bot]
7a2e2e7bad
fix(deps): update module golang.org/x/sync to v0.19.0 ( #1467 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 18:28:37 +00:00
renovate[bot]
c419f36e93
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.1 ( #1464 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 16:46:48 +00:00
renovate[bot]
a5f98600ef
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.0 ( #1440 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-11 04:08:31 +00:00
renovate[bot]
0ecfc8aea5
chore(deps): update golang docker tag to v1.25.4 ( #1460 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-05 20:20:20 +00:00
renovate[bot]
1d424fc947
chore(deps): update docker/metadata-action action to v5.10.0 ( #1461 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-05 18:49:14 +00:00
renovate[bot]
e45de0575f
fix(deps): update module github.com/int128/oauth2cli to v1.18.0 ( #1451 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v1.35.0
2025-11-29 11:04:15 +09:00
renovate[bot]
0f0e3c7f7e
chore(deps): update module github.com/vektra/mockery/v3 to v3.6.1 ( #1455 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-29 01:18:29 +00:00
renovate[bot]
976dab0196
fix(deps): update module github.com/coreos/go-oidc/v3 to v3.17.0 ( #1457 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 22:39:44 +00:00
renovate[bot]
81fcd8ab34
chore(deps): update actions/checkout action to v6 ( #1458 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 21:36:54 +00:00
renovate[bot]
d0ca921fd6
chore(deps): update actions/setup-go action to v6.1.0 ( #1456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 20:19:22 +00:00
Hidetake Iwata
19d4f627ae
Remove deprecated flag --oidc-redirect-url-authcode-keyboard ( #1452 )
2025-11-24 21:20:31 +09:00
Hidetake Iwata
b05e92d466
Remove deprecated flag --oidc-redirect-url-hostname ( #1450 )
2025-11-24 16:48:14 +09:00
Karolína Lišková
5d091e486a
Set auth style when no client secret in use ( #1289 )
...
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2025-11-23 15:43:21 +09:00
renovate[bot]
1ead2a405e
chore(deps): update actions/checkout action to v5.0.1 ( #1446 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-22 00:44:44 +00:00
renovate[bot]
7989388d83
chore(deps): update int128/update-generated-files-action action to v2.67.0 ( #1448 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 22:40:29 +00:00