-
Notifications
You must be signed in to change notification settings - Fork 1
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
[#IOCIT-104] working environment for profile data DOWNLOAD/DELETE #61
[#IOCIT-104] working environment for profile data DOWNLOAD/DELETE #61
Conversation
@@ -98,7 +98,7 @@ APP_MESSAGES_API_URL=http://functions-app-messages:7071/api/v1 | |||
|
|||
FF_MESSAGES_TYPE="prod" | |||
FF_MESSAGES_BETA_TESTER_LIST="" | |||
FF_MESSAGES_CANARY_USERS_REGEX= "^([(0-9)|(a-f)|(A-F)]{63}0)|([(0-9)|(a-f)|(A-F)]{62}[(0-7)]{1}1)$" | |||
FF_MESSAGES_CANARY_USERS_REGEX= "^([(0-9)|(a-f)|(A-F)]{63}0)|([(0-9)|(a-f)|(A-F)]{62}[(0-7)]{1}1)\$" |
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.
The error here was Invalid template: "^([(0-9)|(a-f)|(A-F)]{63}0)|([(0-9)|(a-f)|(A-F)]{62}[(0-7)]{1}1)$"
from docker-compose.
This could be related
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.
LGTM apart a little improvement for IS_APPBACKENDLI
behavior documentation.
@@ -121,7 +121,7 @@ THIRD_PARTY_CONFIG_LIST="" | |||
# ------------------------------------ | |||
# APPBACKENDLI | |||
# ------------------------------------ | |||
IS_APPBACKENDLI=false | |||
IS_APPBACKENDLI=true |
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.
Interesting. This was the reason because the /notify
endpoint and /lock
session endpoints returns 404
. Documentation over this variable is not sufficient in here and into io-backend
. We should remember to update the README in io-backend
to explicit more this functionality behavior.
cc. @gquadrati
List of Changes
Updated
@zeit/cosmosdb-server
from0.7.0
to0.13.4
to introduce the composite index featureAdded
extra-hosts
rule todocker-compose.yaml
to lethost.docker.internal
work as intendedUpdated
io-backend
env variables to let/notify
endpoint work from the startAdded
io-fixture
AUTHORIZED_RECIPIENTS
env variable to parametrize the recipients in the services generatedFixed
io-functions-app-messages
env variables to let it runFixed
io-functions-admin
env variablesFixed
io-functions-services
duplicated env variablesMotivation and Context
Set up a working environment for profile data DOWNLOAD/DELETE flows
How Has This Been Tested?
DOWNLOAD and DELETE procedures tested
Screenshots (if appropriate):
Types of changes
Checklist: