Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New returns a new confmap.Provider that reads the configuration from a https server.
This Provider supports "https" scheme. One example of an HTTPS URI is: https://localhost:3333/getConfig
To add extra CA certificates you need to install certificates in the system pool. This procedure is operating system dependent. E.g.: on Linux please refer to the `update-ca-trust` command. Deprecated: [v0.94.0] Use NewWithSettings instead.
func NewWithSettings ¶ added in v0.94.0
func NewWithSettings(set confmap.ProviderSettings) confmap.Provider
New returns a new confmap.Provider that reads the configuration from a https server.
This Provider supports "https" scheme. One example of an HTTPS URI is: https://localhost:3333/getConfig
To add extra CA certificates you need to install certificates in the system pool. This procedure is operating system dependent. E.g.: on Linux please refer to the `update-ca-trust` command.
Types ¶
This section is empty.