Skip to content

Conversation

@rubenhoenle
Copy link
Member

relates to STACKITCLI-127

relates to STACKITCLI-127
Copy link
Contributor

@marceljk marceljk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks in general good! The only thing what needs to be changed is the following:

From:

region := viper.GetString(config.RegionKey)
cfgOptions = append(cfgOptions, authCfgOption, sdkConfig.WithRegion(region))

to:

} else {
	cfgOptions = append(cfgOptions, authCfgOption)
}

Because with the current state, the region config will be used to define the region within the client. This isn't possible after the region adjustment and throws an error

@rubenhoenle rubenhoenle requested a review from marceljk March 19, 2025 14:05
@rubenhoenle rubenhoenle merged commit 8ebf466 into main Mar 19, 2025
3 checks passed
@rubenhoenle rubenhoenle deleted the chore/STACKITCLI-127-region-adjustment-loadbalancer branch March 19, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants