AsDBPurge returns a context with an actor that has permissions required for dbpurge to delete old database records.
(ctx context.Context)
| 847 | // AsDBPurge returns a context with an actor that has permissions required |
| 848 | // for dbpurge to delete old database records. |
| 849 | func AsDBPurge(ctx context.Context) context.Context { |
| 850 | return As(ctx, subjectDBPurge) |
| 851 | } |
| 852 | |
| 853 | // AsBoundaryUsageTracker returns a context with an actor that has permissions |
| 854 | // required for the boundary usage tracker to record telemetry statistics. |