Michael Quigley

Results 64 comments of Michael Quigley

There was an issue open to explore this concept, but we haven't gotten around to it yet... See: #402 We can get the import merged for the next release, write...

> I did have to make a small modification, and build the zrok binary manually. But I added caddy-security as a module in endpoints/caddyListener.go, endpoints/proxy/caddyRequestsMiddleware.go endpoints/proxy/caddyWebBackend.go. I added: > _...

I went ahead and confirmed the `Caddyfile` above did not work with zrok `v0.4.34`, and then added the import for `github.com/greenpau/caddy-security`, and then it did successfully load. The example errors...

Nice! It would be awesome to write some of this stuff up as a guide in the docs. Appreciate you working on this stuff!

Just dropped `v0.4.35`. https://github.com/openziti/zrok/releases/tag/v0.4.35

Ok! Thank you for checking... this means the `caddy-security` module should be generally available as part of zrok now. :+1:

You can alter the backend proxy URL with a reserved share even in `v0.3`... ``` $ zrok share reserved --help Start a backend for a reserved share Usage: zrok share...

> It makes sense to store the reservation tokens in the environment because they're already uniquely coupled to the environment, i.e., the Bind SP is for the particular Ziti identity...

It _might_ also be useful to check out `zrok overview`, if you have not already. That could also be made more useful than it currently is, but it does give...

(disregard new issue request... will work off this issue)