Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config update #668

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Config update #668

merged 2 commits into from
Sep 27, 2022

Conversation

outscale-hmi
Copy link
Contributor

No description provided.

@outscale-hmi outscale-hmi temporarily deployed to eu-west-2 September 22, 2022 12:30 Inactive
@@ -49,7 +49,7 @@ func TestEnvVariablesWithProfile(t *testing.T) {
defer os.RemoveAll(configFolderPath)

content := fmt.Sprintf(`{
"SomeProfile": {
"Default": {
Copy link
Contributor

Choose a reason for hiding this comment

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

This test is meant to use a specific profile through OSC_PROFILE (see os.Setenv)

@@ -12,6 +12,8 @@ type ConfigEnv struct {
OutscaleApiEndpoint *string
ProfileName *string
Region *string
X509ClientCert *string
X509ClientKey *string
Copy link
Contributor

Choose a reason for hiding this comment

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

This is nice to support (and needed in outscale/osc-bsu-csi-driver#355) but those options need to be passed to client configuration to really use client certificates.

Signed-off-by: outscale_hmi <[email protected]>
Signed-off-by: outscale_hmi <[email protected]>
@outscale-hmi outscale-hmi temporarily deployed to eu-west-2 September 23, 2022 08:01 Inactive
@jerome-jutteau jerome-jutteau merged commit 93ed198 into v2 Sep 27, 2022
@jerome-jutteau jerome-jutteau deleted the configUpdate branch September 27, 2022 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants