miren route unprotect
Remove identity-provider protection from an HTTP route
note
This command requires the routeoidc labs feature to be enabled.
Usage
miren route unprotect <host> [flags]
Arguments
host— Hostname for the route (e.g., example.com); omit and pass --default for the default route
Flags
--cluster, -C— Cluster name--config— Path to the config file--default— Remove protection from the default route (instead of a hostname)
Global Options
--options— Path to file containing options--server-address— Server address to connect to (default:127.0.0.1:8443)--verbose, -v— Enable verbose output
Examples
Remove protection from a route:
miren route unprotect example.com