-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add AIMMO_DJANGO_BASE_URL to settings #310
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.
Reviewed 1 of 3 files at r1, all commit messages.
Reviewable status: 1 of 3 files reviewed, 2 unresolved discussions (waiting on @faucomte97)
clusters_setup/deploy.py
line 98 at r2 (raw file):
""" for rs in apps_api_instance.list_namespaced_replica_set("default").items: if rs.metadata.name == "aimmo-game-creator":
since we're no longer creating an aimmo-game-creator replica set in K8s, do we need to have this step of deleting it?
django_site/settings.py
line 219 at r2 (raw file):
CSRF_COOKIE_SECURE = True AIMMO_DJANGO_BASE_URL = f"https://{os.getenv('GAE_SERVICE')}-dot-decent-digit-629.appspot.com"
where/why is this variable used?
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.
Reviewable status: 1 of 3 files reviewed, 2 unresolved discussions (waiting on @faucomte97 and @SKairinos)
clusters_setup/deploy.py
line 98 at r2 (raw file):
Previously, SKairinos (Stefan Kairinos) wrote…
since we're no longer creating an aimmo-game-creator replica set in K8s, do we need to have this step of deleting it?
Done.
django_site/settings.py
line 219 at r2 (raw file):
Previously, SKairinos (Stefan Kairinos) wrote…
where/why is this variable used?
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.
Reviewed 1 of 1 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)
This change is