Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fiat): Add support for Redis SSL #741

Merged
merged 2 commits into from
Aug 3, 2020
Merged

feat(fiat): Add support for Redis SSL #741

merged 2 commits into from
Aug 3, 2020

Conversation

karlskewes
Copy link
Contributor

@karlskewes karlskewes commented Jul 28, 2020

Follow Kork's existing pattern and check for presence of rediss in
the URI Scheme.

Follow Kork's existing usage of JedisPool() and supply optional
parameter designating if SSL is enabled or disabled.

Related to: spinnaker/spinnaker#5470

Tested with default in cluster redis (no auth or TLS) and fiat.yml
snippet below and mounting in Redis auth token via env var:

services:
  redis:
    baseUrl: rediss://:${REDIS_TOKEN}@master.<snip>.cache.amazonaws.com:6379
    enabled: true
  redisRo:
    baseUrl: rediss://:${REDIS_TOKEN}@replica.<snip>.cache.amazonaws.com:6379
    enabled: true

Follow Kork's existing pattern and check for presence of `rediss` in
the URI Scheme.

Follow Kork's existing usage of JedisPool() and supply optional
parameter designating if SSL is enabled or disabled.
@karlskewes karlskewes changed the title WIP: feat(fiat): Add support for Redis SSL feat(fiat): Add support for Redis SSL Jul 28, 2020
@cfieber cfieber added the ready to merge Approved and ready for merge label Aug 3, 2020
@mergify mergify bot added the auto merged label Aug 3, 2020
@mergify mergify bot merged commit e2a09da into spinnaker:master Aug 3, 2020
@karlskewes karlskewes deleted the fiat-redis-ssl branch August 3, 2020 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants