doppler-login
The doppler-login
provider enables you to log in to Doppler using OpenID Connect.
The provider will return a set of credentials that can be used to run Doppler CLI commands using
the esc run command and also pull in secrets from Doppler using the
doppler-secrets
provider.
Example
values:
doppler:
login:
fn::open::doppler-login:
oidc:
identityId: 00000000-0000-0000-0000-000000000000
Configuring OIDC
To learn how to configure OpenID Connect (OIDC) between Pulumi Cloud and Doppler, see the OpenID Connect integration documentation.
Inputs
Property | Type | Description |
---|---|---|
oidc | DopplerLoginOIDC | OIDC configuration to log in to Doppler. |
DopplerLoginOIDC
Property | Type | Description |
---|---|---|
identityId | string | The identityId of the Doppler service account identity to assume. |
subjectAttributes | string[] | [Optional] - Subject attributes to be included in the OIDC token. For more information see the OpenID subject customization documentation |
Outputs
Property | Type | Description |
---|---|---|
accessToken | string | The short lived access token to use for authentication. |
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.