This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Allow remote input of policy #136
alexandref75
started this conversation in
Ideas
Replies: 1 comment 3 replies
|
So, thinking of the provisioning process, we would have something like:
But: in step (2) above, is there any need to constrain who can supply the policy? I suppose in the case where everybody can query the policy in force by contacting the Veracruz runtime there's strictly no need for that. However, this introduces a requirement for more communication between participants and runtime during the provisioning process (and another opportunity for a participant to back out of the computation, if they think something is amiss, again complicating the provisioning flow). An alternative would be to split the policy into "early configuration" and "late configuration". Then:
What do you think, @alexandref75? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Allowing remote download of a policy in a empty (not configured) Veracruz simplifies the use of Veracruz in the cloud.
All reactions