This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
Moves viz hosting from internal server to CDN. #153
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Marketplace visualizations are now served from the Marketplace CDN. Great! What does that mean for me?
What if I want to continue to use the internal server to host my Marketplace visualizations?
This method is not recommended. However, strict security policies will block open access to our CDN and may necessitate hosting on the internal server. If your instance does not meet these network requirements,
• HTTPS port 443 should be open or able to access https://marketplace-api.looker.com
• SSH port 22 should be open or able to access https://github.com
• GIT port 9418 should be open or able to access https://github.com
you will not be able to use the Marketplace and should follow these directions:
Every Marketplace visualization can be found on Github, in the Looker organization, following the repository naming pattern of "viz-full_name-marketplace". For example, https://github.com/looker/viz-multiple_value-marketplace . In this repo, you can find the visualization's minified distribution file. You'll want to drag and drop that file into a LookML project, and define a visualization object in the manifest file which references the viz js file.