mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Support reading app creds from packer config
This commit is contained in:
parent
947a172a80
commit
cd1f1165ed
1 changed files with 3 additions and 0 deletions
|
|
@ -129,6 +129,9 @@ func (c *AccessConfig) Prepare(ctx *interpolate.Context) []error {
|
|||
{&c.DomainID, &ao.DomainID},
|
||||
{&c.DomainName, &ao.DomainName},
|
||||
{&c.Token, &ao.TokenID},
|
||||
{&c.ApplicationCredentialName, &ao.ApplicationCredentialName},
|
||||
{&c.ApplicationCredentialID, &ao.ApplicationCredentialID},
|
||||
{&c.ApplicationCredentialSecret, &ao.ApplicationCredentialSecret},
|
||||
}
|
||||
for _, s := range overrides {
|
||||
if *s.From != "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue