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

[docs] Update TLS-based Authentication Example #5534

Closed
wants to merge 1 commit into from

Conversation

charlieegan3
Copy link
Contributor

Fixes #5521

The fix is adding -sha256 to use SHA 256 digests for certificates rather than SHA1. Since go 1.18, SHA1 is rejected by go TLS. (golang/go#41682)

This PR also updates the tutorial to use ECDSA keys, reduces the lifetimes of the certs used and updates the sample logs to match what OPA and curl show today.

Fixes #5521

The fix is adding `-sha256` to use SHA 256 digests for certificates
rather than SHA1. Since go 1.18, SHA1 is rejected by go TLS.

This PR also updates the tutorial to use ECDSA keys, reduces the
lifetimes of the certs used and updates the sample logs to match
what OPA and curl show today.

Signed-off-by: Charlie Egan <[email protected]>
@netlify
Copy link

netlify bot commented Jan 4, 2023

Deploy Preview for openpolicyagent ready!

Name Link
🔨 Latest commit c4e5125
🔍 Latest deploy log https://app.netlify.com/sites/openpolicyagent/deploys/63b55f2527220300099b4c41
😎 Deploy Preview https://deploy-preview-5534--openpolicyagent.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@charlieegan3
Copy link
Contributor Author

Replaced by #5535

@charlieegan3 charlieegan3 deleted the security-tls-auth-docs branch September 20, 2023 10:24
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.

Insecure Algorithm error when running TLS-based Authentication Example for OPA v0.46.1
1 participant