nsc buildkite queues update to configure an egress policy or custom
workload permissions for a queue. You can set individual options or provide all
queue settings in a JSON file.
Usage
Options
—egress_policy <string>
Apply the workspace egress policy with this tag to jobs running for the queue.—remove_egress_policy
Remove the workspace egress policy tag from the queue.—reset
Reset all queue settings.—reset_permissions
Remove custom workload permissions from the queue.—spec_file <string>
Read the queue settings from the specified JSON file. When provided, the CLI ignores individual settings flags. For example, this spec applies an egress policy and grants a custom workload permission:—workload_permissions <stringArray> (can be repeated)
Set a custom workload permission as JSON. Repeat this option to set multiple permissions.Related Topics
- nsc buildkite queues get - Inspect a queue
- nsc buildkite queues list - List registered queues
- Egress Policies - Control network access from jobs
- Managing Buildkite Queues - Register queues and route Buildkite jobs to Namespace