Skip to content
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 support for GCP-hosted Looker instances #162

Closed
tpakeman opened this issue Feb 25, 2020 · 2 comments
Closed

Add support for GCP-hosted Looker instances #162

tpakeman opened this issue Feb 25, 2020 · 2 comments
Labels
Enhancement New feature or request

Comments

@tpakeman
Copy link

It is now possible to host Looker on GCP using Kubernetes.

Kubernetes can only route requests to services based on host name and url path, not port number, and so API calls to GCP-hosted instances must not contain a port number.

It would be great to allow a port override via the CLI or config file (i.e. omit the port from the base url entirely if the config file has an empty string for the port).

@joshtemple joshtemple added the Enhancement New feature or request label Jun 9, 2020
@MartinGuindon
Copy link

GCP-hosted instances can be used by specifying the port number in the CLI, eg : spectacles connect --config-file config.yaml --port 443.

However I think Spectacles should handle this automatically based on the URL structure. Any *.cloud.looker.com instances are hosted on GCP and therefore their default port is 443 instead of 19999.

@joshtemple
Copy link
Collaborator

joshtemple commented Feb 19, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants