Tags: bahzinga/gate
Tags
fix(cleanup): exposing as GET, updating response (spinnaker#655)
feat(swabbie): html endpoints for optOut and restore (spinnaker#634) * feat(swabbie): html endpoints for optOut and restore * also adding endpoint to view resource
fix(web): request to clouddriver for applications should be unrestric… …ted (spinnaker#642)
feat(web): Serve `/applications` out of the recent cache (spinnaker#629) A revised take on spinnaker#603 that applies a `@PostFilter` authorization check. Depends on spinnaker/front50#375
Revert "feat(web): Serve `/applications` out of the recent cache (spi†BD47 ¦ …nnaker#603)" (spinnaker#627) (spinnaker#628) This reverts commit beb38a5.
feat(web): Support rate limits per source application (spinnaker#619) ``` rateLimit: learning: false enabled: true rateSeconds: 10 capacity: 500 redis: enabled: true capacityBySourceApp: - sourceApp: deck override: 100 ``` Source application limits must be explicitly enabled in redis: ``` sadd "rateLimit:enforcing" "app:deck" ``` They can also be overridden in redis: ``` set "rateLimit:capacity:app:deck" 25 ``` A per-principal capacity will override that of the source application.
PreviousNext