From e8814e55f83ed710dd4c20b079cc6f181eee1759 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 13 Apr 2021 11:40:04 -0400 Subject: [PATCH] Copy missing text from TCP listener to Unix listener --- website/content/docs/configuration/listener/unix.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/content/docs/configuration/listener/unix.mdx b/website/content/docs/configuration/listener/unix.mdx index b428a57fbf..9d8eb27415 100644 --- a/website/content/docs/configuration/listener/unix.mdx +++ b/website/content/docs/configuration/listener/unix.mdx @@ -61,6 +61,16 @@ allowed. request duration allowed before Boundary cancels the request. This overrides `default_max_request_duration` for this listener. +- `cors_enabled` `(boolean: true)` - Specifies if CORS should be enabled, which + allows Boundary to support external browser-based clients (not including + admin UI), such as Boundary Desktop. + +- `cors_allowed_origins` `(array(string): ["serve://boundary"])` - an array of + allowed CORS origins. Origins must include protocol, host, and port (if port + is different than the default for the specified protocol). + To allow all origins, set to `['*']`. By default, Boundary Desktop's origin + `serve://boundary` is allowed. + ### TLS ~> All `tls` parameters are valid only for the `api` listener. `cluster` and