diff --git a/internal/config/config.go b/internal/config/config.go index b7a70f4..92c10ae 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -325,18 +325,23 @@ func NewConfig(attrs *Attributes) (*Config, error) { awsIAMIdP: attrs.AWSIAMIdP, awsIAMRole: attrs.AWSIAMRole, awsRegion: attrs.AWSRegion, + awsSessionDuration: attrs.AWSSessionDuration, + cacheAccessToken: attrs.CacheAccessToken, + customScope: attrs.CustomScope, debug: attrs.Debug, debugAPICalls: attrs.DebugAPICalls, - expiryAWSVariables: attrs.ExpiryAWSVariables, exec: attrs.Exec, + expiryAWSVariables: attrs.ExpiryAWSVariables, fedAppID: attrs.FedAppID, format: attrs.Format, + keyID: attrs.KeyID, legacyAWSVariables: attrs.LegacyAWSVariables, + oidcAppID: attrs.OIDCAppID, openBrowser: attrs.OpenBrowser, openBrowserCommand: attrs.OpenBrowserCommand, + orgDomain: attrs.OrgDomain, privateKey: attrs.PrivateKey, privateKeyFile: attrs.PrivateKeyFile, - keyID: attrs.KeyID, profile: attrs.Profile, qrCode: attrs.QRCode, writeAWSCredentials: attrs.WriteAWSCredentials,