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

Tags: perek/fiat

Tags

v0.58.0

Toggle v0.58.0's commit message
chore(dependencies): Autobump spinnaker-dependencies (spinnaker#336)

v0.57.0

Toggle v0.57.0's commit message
chore(dependencies): Autobump spinnaker-dependencies (spinnaker#334)

v0.56.0

Toggle v0.56.0's commit message
chore(dependencies): Autobump spinnaker-dependencies (spinnaker#333)

v0.55.0

Toggle v0.55.0's commit message
chore(dependencies): Autobump spinnaker-dependencies (spinnaker#327)

v0.54.1

Toggle v0.54.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(api): Support turning off dynamic refreshing of fiat status (spi…

…nnaker#328)

The ability to dynamically turn fiat off/on was convenient during initial
rollout but can be a security risk in a production environment.

Set `services.fiat.refreshable: false` to disable.

v0.54.0

Toggle v0.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(serviceAccounts/orMode): Change group behaviour of service accou…

…nts (spinnaker#296)

The current logic of service accounts is that if the service account is member of group a and b, the user that wants to use the service account needs to be a member of group a AND b. This patch changes this AND to an OR.

The rationale behind this is that when we have applications that are managed by multiple teams, they should be able to use a service account in the trigger and edit the pipelines without requiring the one to edit the pipelines to be a member of all the teams involved.

To enable this behaviour one sets `fiat.role.orMode=true` in the fiat
configuration

version-1.3.2

Toggle version-1.3.2's commit message
chore(google): Update google API dependencies (spinnaker#317) (spinna…

…ker#318)

version-1.3.1

Toggle version-1.3.1's commit message
chore(google): Update google API dependencies (spinnaker#317) (spinna…

…ker#319)

v0.53.0

Toggle v0.53.0's commit message
fix(redis): New a JedisPoolConfig instead of GenericObjectPoolConfig (s…

…pinnaker#309)

JedisPoolConfig also sets minEvictableIdleTimeMillis for this pool. Leaving it to 0 means infinite, and the idle connection will be kept on client side, but may be closed by server timeout configuration.

v0.52.2

Toggle v0.52.2's commit message
chore(dependencies): Autobump spinnaker-dependencies (spinnaker#301)

0