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

Address miscellaneous issues throughout code base #986

Merged
merged 5 commits into from
Oct 12, 2023
Merged

Address miscellaneous issues throughout code base #986

merged 5 commits into from
Oct 12, 2023

Conversation

hiddeco
Copy link
Member

@hiddeco hiddeco commented Oct 9, 2023

No description provided.

@@ -508,7 +508,7 @@ func (d *Decryptor) sopsDecryptFile(path string, inputFormat, outputFormat forma
if err != nil {
return err
}
err = os.WriteFile(path, out, 0o644)
err = os.WriteFile(path, out, 0o600)
Copy link
Member

@stefanprodan stefanprodan Oct 12, 2023

Choose a reason for hiding this comment

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

I propose we revert this change so we can merge this PR. We can do this change in a dedicated PR and add tests to see how it impacts kustomize build.

Copy link
Member Author

Choose a reason for hiding this comment

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

Dropped the commit.

@hiddeco hiddeco force-pushed the tidy-nits branch 2 times, most recently from 3d64d43 to c4f426c Compare October 12, 2023 10:33
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

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

LGTM

@hiddeco hiddeco merged commit 4a00021 into main Oct 12, 2023
6 checks passed
@hiddeco hiddeco deleted the tidy-nits branch October 12, 2023 10:55
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.

2 participants