Puppet Data Type Alias: ChartMuseum::BasicAuth

Defined in:
modules/chartmuseum/types/basicauth.pp

Overview

SPDX-License-Identifier: Apache-2.0 ChartMuseum::BasicAuth configures username and password to be used for HTTP basic authentication in ChartMuseum.

Alias of

Struct[{
    'username' => String[1],
    'password' => String[1],
}]


# File 'modules/chartmuseum/types/basicauth.pp', line 5