Skip to content

Commit

Permalink
add db-password to enforcer external-database block
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhancock31 committed Jul 15, 2021
1 parent 90551d6 commit e8fe64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/ra-vpn/redirector-lb/ravpn-enforcer-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- "mypkcs"
- "redisca"
- "userinfo"
- "sfcn-redis"
cliLines: |
interface Management0/0
no management-only
Expand Down Expand Up @@ -78,6 +79,9 @@ spec:
external-database
host <your_redis_ip>
port 6379
# this should match the token used for elasticache creation (EnforcerCacheAuthToken). If you omitted that field, then
# you should also omit the `db-password` line below.
db-password {{ index .secrets "sfcn-redis" "token" }}
enable
vpn load-balancing
external-database
Expand Down

0 comments on commit e8fe64f

Please sign in to comment.