8000 Tags · xibz/gate · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: xibz/gate

Tags

version-1.22.1

Toggle version-1.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#1460) (spinnaker…

…#1461)

Co-authored-by: root <root@f4e6d1e22b50>
(cherry picked from commit 6fd18dd)

Co-authored-by: spinnakerbot <spinbot@spinnaker.io>

version-1.22.0

Toggle version-1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#1458)

Co-authored-by: root <root@3c2f555b53f9>

v6.53.0

Toggle v6.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(oauth): allow extension projects to override spinnaker user …

…info token services primary bean, by explicitly disabling it (spinnaker#1456)

v6.52.0

Toggle v6.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(oauth2): allow extension projects to define a custom function fo…

…r extracting groups (spinnaker#1455)

version-1.21.0

Toggle version-1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(plugins): Return empty installed plugins list on any retrofit err…

…or (spinnaker#1424)

version-1.20.0

Toggle version-1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#1400)

Co-authored-by: root <root@e00e7b323342>

version-1.19.0

Toggle version-1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(web): Emit a `controller.invocations` metric whenever a request i…

…s limited or shed (spinnaker#1378)

Just closing out some small todo's as part of converting these two into filters that
run ahead of the security filter chain and endpoint interceptors.

In the future I could see collapsing what `MetricsInterceptor` is currently doing into
the `RequestLoggingFilter`. Given that these two are used differently between `gate`
and the other internal services, I've left that as a later exercise.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v6.51.1

Toggle v6.51.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(proxy): Slight tightening of the `ProxyConfig` contact. (spinnak…

…er#1339)

s/Object/String, we can revisit should we need to store more than
simple Strings.

v6.51.0

Toggle v6.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(proxy): Take advantage of `InsecureOkHttpClientBuilderProvider` (s…

…pinnaker#1336)

The `DefaultOkHttpClientBuilderProvider` (previous behavior) will actually
utilize the `okHttpClient.*` config properties and unnecessarily set
keystore/truststores.

This is fine when communicating with other Spinnaker services but problematic
externally. The `InsecureOkHttpClientBuilderProvider` loosens the certificate
chain validations.

v6.50.0

Toggle v6.50.0's commit message
feat(pagerduty): Distinguish logging between throttled and non-throttled

For no other reason than to cut down on a bit of noise in the logs.
0