AsSystemReadProvisionerDaemons returns a context with an actor that has permissions to read provisioner daemons.
(ctx context.Context)
| 817 | // AsSystemReadProvisionerDaemons returns a context with an actor that has permissions |
| 818 | // to read provisioner daemons. |
| 819 | func AsSystemReadProvisionerDaemons(ctx context.Context) context.Context { |
| 820 | return As(ctx, subjectSystemReadProvisionerDaemons) |
| 821 | } |
| 822 | |
| 823 | // AsPrebuildsOrchestrator returns a context with an actor that has permissions |
| 824 | // to read orchestrator workspace prebuilds. |