Skip to content

Commit

Permalink
Switch to using basis. (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-rieke committed Jun 27, 2024
1 parent 7175013 commit aed1581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atrium/vestibulum/trcshbase/trcsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ func ProcessDeploy(featherCtx *cap.FeatherContext, trcshDriverConfig *capauth.Tr
region = trcshDriverConfig.DriverConfig.Regions[0]
}

configErr := trcconfigbase.CommonMain(&trcshDriverConfig.DriverConfig.EnvBasis, &mergedVaultAddress, &token, &mergedEnvBasis, &configRoleSlice[1], &configRoleSlice[0], &tokenName, &region, nil, []string{"trcsh"}, &trcshDriverConfig.DriverConfig)
configErr := trcconfigbase.CommonMain(&trcshDriverConfig.DriverConfig.Env, &mergedVaultAddress, &token, &mergedEnvBasis, &configRoleSlice[1], &configRoleSlice[0], &tokenName, &region, nil, []string{"trcsh"}, &trcshDriverConfig.DriverConfig)
if configErr != nil {
fmt.Println("Preload failed. Couldn't find required resource.")
trcshDriverConfig.DriverConfig.CoreConfig.Log.Printf("Preload Error %s\n", configErr.Error())
Expand Down

0 comments on commit aed1581

Please sign in to comment.