Hanzo

Hosting static files on an intranet

Serve Hanzo IAM static assets from an intranet-accessible URL.

On an intranet, the default CDN URL for static assets may be unreachable. Deploy those assets somewhere your network can access and point Hanzo IAM at that URL.

Deploy static resources

Static assets (images, logos, CSS, etc.) are in the casbin/static repository. Clone it and serve it from a web server that is reachable from your intranet.

Point Hanzo IAM at your URL

In conf/app.conf, set staticBaseUrl to the base URL where you deployed the static files:

staticBaseUrl = "https://cdn.hanzo.ai"

How is this guide?

Last updated on

On this page