Skip to content

License

Key Value
type object
relationship Package -> DeploymentConfig -> License
object path $.deployment_config.license
package file path {package-root}/deployment_config/deployment_config.yaml

Fields

Field Type Required Description Constraints Default
asFile boolean | null no Mount License Secret as a file - null
kxAcct string | null no Deprecated KX Account aggregator service endpoint pattern: "^(http:\\/\\/\|https:\\/\\/)?[a-z0-9]+[a-z0-9.-]*[a-z0-9]+(:{1}[1-9]+[0-9]*)?$" null
lic_email string | null no Deprecated KX On Demand License E-mail pattern: "^[a-z0-9]+[a-z0-9-_.]*@{1}[a-z0-9.]+$" null
lic_secret string | null no KX License Secret pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$", max length: 253 null
lic_type LicType | null no KX License Type - null
lic_user string | null no Deprecated KX On Demand License User - null

Used In

Back to top