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

Remove remote write immutable secret deletion #1218

Merged
merged 4 commits into from Mar 28, 2023

Conversation

QuentinBisson
Copy link
Contributor

4.27.0 was released and kicked out all immutable secrets.

Code can now be removed

Checklist

I have:

  • Described why this change is being introduced
  • Separated out refactoring/reformatting in a dedicated PR
  • Updated changelog in CHANGELOG.md

@QuentinBisson QuentinBisson requested a review from a team as a code owner March 22, 2023 21:06
@QuentinBisson QuentinBisson self-assigned this Mar 22, 2023
@QuentinBisson
Copy link
Contributor Author

Nevermind, thunder is not upgraded :(

@QuentinBisson
Copy link
Contributor Author

Thunder is using the latest version

@QuentinBisson QuentinBisson merged commit a4b83f9 into master Mar 28, 2023
5 of 6 checks passed
@QuentinBisson QuentinBisson deleted the remove-immutable-secret-deletion branch March 28, 2023 09:07
return microerror.Mask(err)
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

On the first deployment, who create the secret ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure I follow :D

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We initially created the secret as immutable, this code killed it and creates a non immutable secret. It was deployed everywhere so we do not use immutable secrets anymore

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, but I'm wondering what will happen on a new installation ? the secret will not be created at all, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

My god, I didn't expand the file !!! sorry buddy

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image

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.

None yet

4 participants