package
11.3.4
Repository: https://github.com/zmb3/teleport.git
Documentation: pkg.go.dev

# Functions

Find fetches discovery data by connecting to the given web proxy address.
No description provided by the author
ParseHostPort parses host and port from the given address.
Ping serves two purposes.
WithDefaultPort replaces the parse port with the default port if empty.
WithOverridePort replaces the parsed port with the override port.

# Constants

WebConfigAuthProviderGitHubType is GitHub provider type.
WebConfigAuthProviderGitHubURL is GitHub webapi endpoint redirect_url MUST be the last query param, see the comment in parseSSORequestParams for an explanation.
WebConfigAuthProviderOIDCType is OIDC provider type.
WebConfigAuthProviderOIDCURL is OIDC webapi endpoint.
WebConfigAuthProviderSAMLType is SAML provider type.
WebConfigAuthProviderSAMLURL is SAML webapi endpoint.

# Structs

AuthenticationSettings contains information about server authentication settings.
Config specifies information when building requests with the webclient.
DBProxySettings contains database access specific proxy settings.
GithubSettings contains the Name and Display string for Github connector.
KubeProxySettings is kubernetes proxy settings.
LocalSettings holds settings for local authentication.
MotD holds data about the current message of the day.
OIDCSettings contains the Name and Display string for OIDC.
PingError contains the string message from the PingErrorResponse.
PingErrorResponse contains the error message if the requested connector does not match one that has been registered.
PingResponse contains data about the Teleport server like supported authentication types, server version, etc.
ProxySettings contains basic information about proxy settings.
SAMLSettings contains the Name and Display string for SAML.
SSHProxySettings is SSH specific proxy settings.
U2FSettings contains the AppID for Universal Second Factor.
Webauthn holds MFA settings for Web Authentication.
WebConfig is web application configuration served by the backend to be used in frontend apps.
WebConfigAuthProvider describes auth.
WebConfigAuthSettings describes auth configuration.

# Type aliases

No description provided by the author