You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to deploy the sample Jypterhub. There are two problematic aspects:
tfvar brand specified here is not accepted when running terraform apply
use of domain is unclear. Seems like it's mandatory. What should be used? A user-owned domain? Is it possible to deploy the sample with only an public IP generated by the load balancer?
The text was updated successfully, but these errors were encountered:
@juanpabloguerra16
Go in GCP WEBUI and consent to the OAuth screen and create your branding there.
comment the brand line and apply the configuration #brand = ""
for the domain, use whatever domain you own, for example: jupyter.mydomain.com
You will need to create an A record to point the IP of the Global HTTPS balancer to the domain.
Im trying to deploy the sample Jypterhub. There are two problematic aspects:
brand
specified here is not accepted when runningterraform apply
domain
is unclear. Seems like it's mandatory. What should be used? A user-owned domain? Is it possible to deploy the sample with only an public IP generated by the load balancer?The text was updated successfully, but these errors were encountered: