GitAuthConfig
GitAuthConfig specifies git authentication configuration options. There are 3 different authentication options:
- Personal access token
- SSH private key (and its optional password)
- Basic auth username and password Only 1 authentication mode is valid.
Properties
- Personal access token for git authentication
- ↳
secretstring requiredThe secret value in plaintext. - ↳
ciphertextarray[string] optionalThe encrypted representation of the secret value. - SSH private key authentication configuration
- The SSH private key used for authentication.
- An optional password or passphrase for the SSH private key.
- Basic auth username and password configuration
- The user name
- The password
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.