Hidetake Iwata
8926e8940a
Fix TLS error if CA certificate is not set ( #412 )
v1.22.0
2020-11-08 15:56:41 +09:00
Hidetake Iwata
ce7784b8a0
Add TLS renegotiation flags ( #411 )
2020-11-07 13:08:29 +09:00
Hidetake Iwata
34762216c1
Refactor: extract tlsclientconfig.Config ( #409 )
2020-11-03 14:37:24 +09:00
Eric Poitras
878847f937
feat(389): Prevent concurrent authentication using a lockfile. ( #397 )
...
* feat(389): Prevent concurrent authentication using a lockfile to protect the local port allocation.
* Fix test
* Refactor: inline values
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2020-10-25 14:32:53 +09:00
Hidetake Iwata
8a392ba25a
Refactor: use gotestsum for CircleCI ( #377 )
2020-10-25 12:47:32 +09:00
Hidetake Iwata
b701a6f0aa
Refactor: aggregate test cases to lease and full options ( #406 )
2020-10-25 12:24:35 +09:00
Hidetake Iwata
10091a3238
go mod tidy
2020-10-25 11:35:58 +09:00
Christoph Stäbler
d1b89e3d38
Add username in token cache key ( #404 )
2020-10-24 20:44:29 +09:00
renovate[bot]
e862ac7eac
Update module spf13/cobra to v1.1.1 ( #400 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-10-24 09:26:08 +09:00
renovate[bot]
d051d80435
Update module k8s.io/client-go to v0.19.3 ( #403 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-10-24 09:25:29 +09:00
Hidetake Iwata
14e58ac4c2
Update README.md
2020-10-18 08:51:09 +09:00
renovate[bot]
748eb12fc0
Update module spf13/cobra to v1.1.0 ( #398 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2020-10-18 08:43:36 +09:00
renovate[bot]
8b232eeb3e
Update cimg/go Docker tag to v1.15.3 ( #399 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-10-18 08:37:40 +09:00
Hidetake Iwata
0694a1cd0b
Update system-test.yaml
2020-10-18 08:37:17 +09:00
Hidetake Iwata
9ddeb33d27
Update golangci-lint.yaml
2020-10-18 08:35:13 +09:00
Hidetake Iwata
64bfc5a465
Refactor authentication use-cases ( #395 )
2020-10-03 20:01:26 +09:00
Hidetake Iwata
5b2c82fc33
Refactor: replace DTO with oidc.TokenSet type ( #394 )
...
* Refactor: remove IDTokenClaims from TokenSet and decode in use-cases
* Refactor: use oidc.TokenSet for cache repository
2020-10-03 17:49:21 +09:00
Hidetake Iwata
1dee4a354e
Refactor: extract oidc.Provider ( #393 )
2020-10-03 08:35:35 +09:00
Hidetake Iwata
336f2b83d5
go mod tidy
2020-10-03 08:06:47 +09:00
Hidetake Iwata
6071dd83a3
Update feature_request.md
v1.21.0
2020-09-28 09:38:53 +09:00
Hidetake Iwata
784378cbe6
Update bug_report.md
2020-09-28 09:36:42 +09:00
renovate[bot]
fe54383df9
Update module k8s.io/client-go to v0.19.2 ( #380 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-28 09:29:26 +09:00
Hidetake Iwata
257c05dbf3
Change authentication timeout to 180 sec ( #388 )
2020-09-28 09:28:44 +09:00
Hidetake Iwata
e543a7bbe0
Update usage.md
2020-09-27 22:04:31 +09:00
Hidetake Iwata
ebdfcfb1c8
Add --authentication-timeout-sec flag ( #387 )
2020-09-27 21:55:55 +09:00
Hidetake Iwata
7bc76a5e79
Refactor: system test ( #386 )
2020-09-26 16:36:05 +09:00
Hidetake Iwata
ed0a5318ec
Fix system test for kind v0.9.0 ( #385 )
2020-09-26 12:19:34 +09:00
Hidetake Iwata
881786a820
Add integration test for HTTPS local server ( #383 )
2020-09-25 10:14:17 +09:00
Hidetake Iwata
5ab2f9e01e
Refactor: replace temporary dirs with t.TempDir() ( #382 )
2020-09-25 10:10:11 +09:00
TJ Miller
56169d1673
Add support for HTTPS redirect URI ( #381 )
...
* Add local server certificate option
* fix trailing slash from step 5 kubectl config set-credentials
* Add local https documentation
* Change flags to --local-server-cert and --local-server-key
* Add tests for flags
Co-authored-by: TJ Miller <millert@us.ibm.com >
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2020-09-25 09:44:00 +09:00
renovate[bot]
592f2722fd
Update cimg/go Docker tag to v1.15.2 ( #373 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-11 21:03:11 +09:00
renovate[bot]
2e450b6f79
Update golang.org/x/oauth2 commit hash to 5d25da1 ( #376 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
v1.20.1
2020-09-05 15:28:03 +09:00
renovate[bot]
ec38934b7e
Update golang.org/x/crypto commit hash to 5c72a88 ( #328 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-03 06:54:16 +09:00
Hidetake Iwata
9dfeb2f735
go mod tidy
2020-09-03 06:45:35 +09:00
Hidetake Iwata
c051d4e51a
Refactor: close channel in writer goroutine ( #375 )
2020-09-03 06:44:46 +09:00
Hidetake Iwata
88f03655ea
Add Chocolatey installation ( #374 )
2020-09-02 12:05:56 +09:00
renovate[bot]
fae53fd634
Update module k8s.io/client-go to v0.19.0 ( #369 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-02 11:16:33 +09:00
renovate[bot]
43f1c44ea4
Update module int128/oauth2cli to v1.13.0 ( #372 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-01 22:25:40 +09:00
renovate[bot]
23cbc28649
Update module k8s.io/client-go to v0.18.8 ( #356 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-16 16:26:11 +09:00
Hidetake Iwata
003cb6c77c
Bump the version of golangci-lint-action to v2 ( #364 )
2020-08-16 16:25:36 +09:00
Hidetake Iwata
c039323693
Add golangci-lint workflow ( #363 )
2020-08-16 16:10:16 +09:00
Hidetake Iwata
5f0e1750bd
Run system test when go.mod/sum is changed ( #360 )
2020-08-15 00:27:21 +09:00
Hidetake Iwata
e0e3287feb
Bump the version of golangci-lint to v1.30.0 ( #359 )
2020-08-15 00:23:12 +09:00
renovate[bot]
6dad6b3751
Update cimg/go Docker tag to v1.14.7 ( #353 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-08-14 23:46:14 +09:00
Hidetake Iwata
c095bdabc1
Refactor GitHub actions workflow ( #358 )
...
* Use preinstalled kind
* Use the latest Go
* Bump the version of actions
* Run system test only if related source is changed
2020-08-14 23:36:11 +09:00
Hidetake Iwata
daf563ea9a
Refactor: extract usage.md from README.md ( #357 )
...
* Refactor docs
* Update usage.md
2020-08-14 23:22:38 +09:00
renovate[bot]
cf73e9a495
Update cimg/go Docker tag to v1.14.6 ( #340 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
v1.20.0
2020-08-02 14:29:59 +09:00
Hidetake Iwata
488e8c62ec
Determine go version from .circleci/config.yml ( #351 )
2020-08-02 12:08:26 +09:00
Hidetake Iwata
58d170fa65
Add --open-url-after-authentication option ( #350 )
...
* Add --open-url-after-authentication option
* Add integration test for --open-url-after-authentication
2020-08-01 10:38:33 +09:00
Hidetake Iwata
c488888834
Refactor: pull up packages of domain ( #349 )
2020-07-30 09:37:10 +09:00