Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[incubator/sso-buzzfeed] Add default interval the group cache should refresh at #22871

Merged
merged 2 commits into from
Jun 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion incubator/buzzfeed-sso/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Single sign-on for your Kubernetes services using Google OAuth
name: buzzfeed-sso
version: 0.2.2
version: 0.2.3
appVersion: 2.1.0
home: https://github.com/buzzfeed/sso
sources:
Expand Down
2 changes: 2 additions & 0 deletions incubator/buzzfeed-sso/templates/auth-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ spec:
value: {{ .adminEmail | quote }}
- name: PROVIDER_GOOGLE_GOOGLE_CREDENTIALS
value: /creds/sso-serviceaccount.json
- name: PROVIDER_GOOGLE_GROUPCACHE_INTERVAL_REFRESH
value: 10m
{{- end }}
- name: PROVIDER_GOOGLE_CLIENT_ID
valueFrom:
Expand Down