-
Notifications
You must be signed in to change notification settings - Fork 114
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
Refine Reserved Sharing Workflow #225
Comments
I often find it necessary to reserve a new share because I need to adjust the backend proxy URL, which negates some of the value of the reservation, i.e., a stable URL. |
You can alter the backend proxy URL with a reserved share even in
See the |
One usability issue I am facing regarding the reserved sharing workflow is finding the reservation token for a particular share. As soon as I had more than one reservation, I had this problem of re-sharing the correct token for a particular purpose. As a workaround, I can find the correct token in the UI. Zooming out, makes me think about zrok presenting as CLI-first vs. UI-first vs. API-first. I guess a particular use case will prefer only one of these three. My introduction to zrok has been CLI-first, so I naturally expect to find the token with the CLI. Switching contexts to the UI didn't come naturally to me, and I only thought to do it after I started writing this issue. |
How
|
It would be immediately helpful for the persistent public share use case I'm working on if the 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 of that particular enabled environment, not all enabled environments for the same zrok enable token. If the reservation were stored in the environment with a label,, I could subsequently share it like That also presents the opportunity to use |
Can you open a new issue with this? This seems like something I could implement in a day or two, and I think it would be a nice feature. |
It might also be useful to check out |
(disregard new issue request... will work off this issue) |
We could expand |
Yup! Just a basic plumbing thing. However, we need #529 implemented before the frontend would react instantly. Same issue, different set of circumstances. |
The separate
zrok reserve
andzrok share reserved
steps might be simplified. Maybezrok share private --reserved
or similar?Spend some time figuring out how to refine this workflow.
The text was updated successfully, but these errors were encountered: