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

Tags: vijayteja0605/gate

Tags

v5.0.1

Toggle v5.0.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): korkVersion 5.3.1 (spinnaker#797)

v5.0.0

Toggle v5.0.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): upgrades to spring-boot 2 and spring-security 5 (s…

…pinnaker#794)

Now uses kork BOM for dependency management.

The most significant change in here is that with Spring-Security 5 each WebSecurityConfigurerAdapter creates its own filter chain, and the first (by @order) that matches a request will handle that request.

In kork we moved the couple of WebSecurityConfigurerAdapters to high precidence, and restricted them to only match requests to the relevant paths (/health, /metrics).

In gate we support one type of SSO / user facing auth enabled, as well as x509.

The WebSecurityConfigurerAdapter for x509 is set to match any request but at a lower-than-default precidence (2000) while the other WebSecurityConfigurerAdapters remain at order 1000 and install a request matcher that checks whether there are multiple ports configured in the web server. If so, it will only match requests where the localPort equals the server.port allowing x509 auth to handle any other API ports that are configured.

v5.0.0-rc.4+springBoot2

Toggle v5.0.0-rc.4+springBoot2's commit message

Verified

This commit was signed with the committer’s verified signature.
cfieber Cameron Fieber
chore(cleanup): extract deps to kork bom and clean up unused code

v5.0.0-rc.3+springBoot2

Toggle v5.0.0-rc.3+springBoot2's commit message

Verified

This commit was signed with the committer’s verified signature.
cfieber Cameron Fieber
chore(dependencies): bump korkVersion

v5.0.0-rc.2+springBoot2

Toggle v5.0.0-rc.2+springBoot2's commit message

Verified

This commit was signed with the committer’s verified signature.
cfieber Cameron Fieber
Merge remote-tracking branch 'upstream/master' into boot2

v5.0.0-rc.1+springBoot2

Toggle v5.0.0-rc.1+springBoot2's commit message

Verified

This commit was signed with the committer’s verified signature.
cfieber Cameron Fieber
Merge branch 'boot2' of github.com:spinnaker/gate into boot2

v4.62.0

Toggle v4.62.0's commit message
feat(ecs): Retrieve AWS Cloud Map services for service discovery (spi…

…nnaker#786)

v4.61.0

Toggle v4.61.0's commit message
chore(dependencies): Autobump spinnaker-dependencies (spinnaker#790)

v4.60.0

Toggle v4.60.0's commit message
fix(gremlin): Remove Gremlin config template and let Halyard write it…

… from scratch (spinnaker#788)

v4.59.2

Toggle v4.59.2's commit message
chore(dependencies): Autobump spinnaker-dependencies (spinnaker#782)

0