Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Tags: yahoojapan/authorization-proxy

Tags

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[minor] GRPC support takeover (#91)

* add grpc support for authorization-proxy

Signed-off-by: kpango <[email protected]>

* use ioutil.NopCLoser in test code

Signed-off-by: kevindiu <[email protected]>

* fix race error in test code

Signed-off-by: kevindiu <[email protected]>

* add grpc design doc

Signed-off-by: kevindiu <[email protected]>

* add grpc design doc

Signed-off-by: kevindiu <[email protected]>

* fix unit test

* typo

* fix conflict

* remove unused TLS

* fix typo

* update doc

Signed-off-by: kpango <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Co-authored-by: kpango <[email protected]>
Co-authored-by: kevindiu <[email protected]>

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[minor] add force content length option (#94), reverse (#97)

* add force content length

* add unit test

* fix comment

* Revert "[minor] add resource prefix config (#97)"

This reverts commit 028db59.

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[minor] add resource prefix config (#97)

* add resource prefix config

* add unit test

* fix test

* upgrade authorizer

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[patch] Update Dockerfile to restore USER (#95)

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[patch] release (#93)

fix

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[minor] proxy preserve host (#90)

* fix

* add log

* add preserve flag, fix logic

v4.2.3

Toggle v4.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[patch] mask token signature in debug log, update go 1.16 (#88)

* update go 1.16

* fix test for 1.16, update authorizer

* patch version

* docker version

* fix test

* fix go.mod

v4.2.2

Toggle v4.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[patch] update authorizer (#87)

* [patch] update authorizer

* fix sum

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[patch] add omitempty (#85)

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[minor] expose golang transport parameters to config.go