Documentation ¶
Index ¶
Constants ¶
const AuthPasswordFileFlagName = "portal.auth-password-file"
AuthPasswordFileFlagName is the canonical flag name to configure the authentication secret from a file
const AuthPasswordFileHelp = "File to read the authentication secret to required from incoming requests"
AuthPasswordFileHelp is the delp description for the portal.auth-password-file flag.
const AuthPasswordFlagName = "portal.auth-password"
AuthPasswordFlagName is the canonical flag name to configure the authentication secret
const AuthPasswordHelp = "Authentication secret to required from incoming requests"
AuthPasswordHelp is the delp description for the portal.auth-password flag.
const AuthUsernameFlagName = "portal.auth-username"
AuthUsernameFlagName is the canonical flag name to configure the authentication principal
const AuthUsernameHelp = "Authentication principal to required from incoming requests"
AuthUsernameHelp is the delp description for the portal.auth-username flag.
const AutoPushDelayFlagName = "portal.auto-push-delay"
AutoPushDelayFlagName is the canonical flag name to configure the minimal delay of AutoPush
const AutoPushDelayHelp = "Minimal delay of AutoPush."
AutoPushDelayHelp is the help description for the portal.auto-push-delay flag.
const LogIntervalFlagName = "portal.log-interval"
LogIntervalFlagName is the canonical flag name to configure the retention period for local value buffer
const LogIntervalHelp = "Retention period for local value buffer."
LogIntervalHelp is the help description for the portal.log-interval flag.
const PushIntervalFlagName = "portal.push-interval"
PushIntervalFlagName is the canonical flag name to configure the periodic push interval
const PushIntervalHelp = "Periodic Push interval."
PushIntervalHelp is the help description for the portal.push-interval flag.
const TrustLevelFlagName = "portal.trust-level"
TrustLevelFlagName is the canonical flag name to configure the trust level towards incoming requests
Variables ¶
var TrustLevelHelp = "Trust level towards incoming requests for identifying information. One of: [" + strings.Join(portal.TrustLevelValues, ", ") + "]"
TrustLevelHelp is the delp description for the portal.trust-level flag.
Functions ¶
Types ¶
This section is empty.