-
Notifications
You must be signed in to change notification settings - Fork 24
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
platform upload user list for jellyfish migration #297
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider the rename, but definitely revert the docker-compose.yaml
change (as we don't want to give any indication it is being used).
docker-compose.yml
Outdated
@@ -183,6 +183,7 @@ services: | |||
DISCOVERY_HOST: ${TIDEPOOL_DOCKER_HAKKEN_HOST}:8000 | |||
GATEKEEPER_SERVICE: '{"type": "static", "hosts": [{"protocol": "http", "host": "${TIDEPOOL_DOCKER_GATEKEEPER_HOST}:9123"}]}' | |||
MINIMUM_UPLOADER_VERSION: '2.53.0' | |||
PLATFORM_UPLOAD_USERS: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can drop this. We don't support this and it needs to be deleted. The whole repo needs to be cleaned up.
@@ -11,4 +11,5 @@ data: | |||
MinimumUploaderVersion: {{ .Values.configmap.data.MinimumUploaderVersion | default "2.53.0" }} | |||
AuthRealm: {{ .Values.configmap.data.AuthRealm }} | |||
AuthUrl: {{ .Values.configmap.data.AuthUrl }} | |||
PlatformUploadUsers: {{ .Values.configmap.data.PlatformUploadUsers }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might call this UploaderPlatformUserIds
and UPLOADER_PLATFORM_USER_IDS
so it is clear.
See tidepool-org/jellyfish#203