AsBoundaryUsageTracker returns a context with an actor that has permissions required for the boundary usage tracker to record telemetry statistics.
(ctx context.Context)
| 853 | // AsBoundaryUsageTracker returns a context with an actor that has permissions |
| 854 | // required for the boundary usage tracker to record telemetry statistics. |
| 855 | func AsBoundaryUsageTracker(ctx context.Context) context.Context { |
| 856 | return As(ctx, subjectBoundaryUsageTracker) |
| 857 | } |
| 858 | |
| 859 | // AsWorkspaceBuilder returns a context with an actor that has permissions |
| 860 | // required for the workspace builder to prepare workspace builds. This |