blob: 7ed0112ca8e7f02d00fcfd0bb3ac50d27dd6c3d0 [file] [log] [blame]
// Package consts defines named constants whose values are interpreted by the flags package.
package consts
const (
// Environment variable whose value points to a directory containing
// the state of a Principal. (Private key, blessings, recognized root
// certificates etc.)
VeyronCredentials = "VEYRON_CREDENTIALS"
// Prefix of all environment variables that point to roots of the
// veyron namespace, used to resolve non-rooted object names.
NamespaceRootPrefix = "NAMESPACE_ROOT"
)