Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ Procedure
This is a less secure authentication flow that can be used as a
fallback when browser-based authentication is unavailable.

* - Use Application-Level Proxy Settings
- Optional. Use the application-level proxy settings specified in the
:ref:`Compass Settings panel <compass-interface-settings>`.
Enabled by default. If you don't enable application-level proxy
settings, |compass-short| uses the same proxy to connect to both
the cluster and identity provider.

.. _x509:

X.509
Expand Down
5 changes: 5 additions & 0 deletions source/connect/advanced-connection-options/ssh-connection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Procedure
information on the fields for this connection option, see
:ref:`<socks5>`.

* - Application-level Proxy
- Connects to a deployment using application-level proxy settings
specified in the :ref:`Compass Settings panel
<compass-interface-settings>`.

.. _ssh-fields:

SSH Connection
Expand Down
16 changes: 16 additions & 0 deletions source/settings/settings-reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,22 @@ You can configure the following settings on the |compass| interface:
- Allow our Product team to occasionally reach out for feedback about
|compass-short|.

* - No Proxy
- Proxy Configuration
- Do not use a proxy server.

* - System Proxy
- Proxy Configuration
- Specify a comma-separated list of hostnames and IP addresses to exclude
from proxying.

* - Manual Configuration
- Proxy Configuration
- Specify a ``http://``, ``https://``, ``socks5://`` or ``pac+https://``
URL to proxy. You can optionally specify a username and password. You can
also specify a comma-separated list of hostnames and IP addresses to
exclude from proxying.

* - Browser command to use for OIDC Authentication
- OIDC
- Specify the browser that |compass-short| redirects you to when authenticating
Expand Down
Loading