-
Notifications
You must be signed in to change notification settings - Fork 547
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
mark keyless pem files with b64 #2671
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2671 +/- ##
==========================================
+ Coverage 29.55% 29.56% +0.01%
==========================================
Files 151 151
Lines 9648 9642 -6
==========================================
Hits 2851 2851
+ Misses 6358 6352 -6
Partials 439 439
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
LGTM but please wait for @cpanato review in case this might break somebody depending on these signatures |
Yes absolutely 💯 |
What are the benefits of doing this? |
if you all agree on the change I can update the README about that for sure @cpanato. |
+1 on just documentation and not updating goreleaser, otherwise we risk breaking users' verification flows |
Could we move the files and make a symlink, along with documentation? The current filenames are wrong, and I'd like to move in the right direction here. Further, the next release will be a major version bump, so maybe now is the time to break things? |
Can you explain a bit about what needs to be done? I'm not sure that we could make it happen creating symlink in GoReleaser for these files 🤔
Yep, I agree with you.
That makes a lot of sense 🙈 |
Hmm, looking into it it's actually a bit complicated. So maybe we:
|
cool! I'm going to update this PR accordingly ASAP |
a42f0ea
to
67129e6
Compare
I've updated the changes accordingly and added documentation about PEM files. PTAL @znewman01 @cpanato |
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
67129e6
to
d34c750
Compare
any updates on this? kindly ping @znewman01 |
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Signed-off-by: Batuhan Apaydın batuhan.apaydin@trendyol.com
Summary
This PR will help people understand that pem files are base encoded.
Fixes #2666
PTAL @znewman01 @ctron
Release Note
Documentation