UNPKG

pulumi-infisical

Version:

A Pulumi provider for managing Infisical secrets management platform, dynamically bridged from the Terraform Infisical provider with support for projects, secrets, identity management, integrations, and access controls.

22 lines 1.4 kB
import * as outputs from "../types/output"; /** * The configuration values for authentication */ export declare const auth: outputs.config.Auth | undefined; /** * (DEPRECATED, Use the <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`" pulumi-lang-hcl="`auth`">`auth`</span> attribute), Machine identity client ID. Used to fetch/modify secrets for a given project. */ export declare const clientId: string | undefined; /** * (DEPRECATED, use <span pulumi-lang-nodejs="`auth`" pulumi-lang-dotnet="`Auth`" pulumi-lang-go="`auth`" pulumi-lang-python="`auth`" pulumi-lang-yaml="`auth`" pulumi-lang-java="`auth`" pulumi-lang-hcl="`auth`">`auth`</span> attribute), Machine identity client secret. Used to fetch/modify secrets for a given project */ export declare const clientSecret: string | undefined; /** * Used to point the client to fetch secrets from your self hosted instance of Infisical. If not host is provided, https://app.infisical.com is the default host. This attribute can also be set using the `INFISICAL_HOST` environment variable */ export declare const host: string | undefined; /** * (DEPRECATED, Use machine identity auth), Used to fetch/modify secrets for a given project */ export declare const serviceToken: string | undefined; //# sourceMappingURL=vars.d.ts.map