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

feat(AutoTLS): opt-in WSS certs from p2p-forge at libp2p.direct #10521

Merged
merged 25 commits into from
Oct 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ce6d09d
feat: add ability to automatically acquire WSS certificates using p2p…
aschmahmann Sep 18, 2024
ecfc8d9
chore: update changelog
aschmahmann Sep 18, 2024
fe307da
refactor(config): Swarm.ForgeClient
lidel Sep 18, 2024
bfc73d0
fix: wire up config.ForgeClient settings
lidel Sep 20, 2024
7c9842e
refactor(forge): WithUserAgent + WithForgeAuth
lidel Sep 20, 2024
bef0a21
fix: p2p-forge require websocket transport
lidel Sep 20, 2024
06708d8
feat(forge): set certmagic default logger to use go-log
aschmahmann Sep 20, 2024
af543af
chore: logger name
lidel Oct 11, 2024
946298b
Merge master into feat/libp2p-direct
lidel Oct 11, 2024
d5994c1
chore: linter fix for deprecated config option
lidel Oct 11, 2024
7ae58bc
chore: bump p2p-forge client to 65145f8
lidel Oct 11, 2024
4889612
Merge branch 'master' into feat/libp2p-direct
lidel Oct 18, 2024
a038637
docs: Swarm.ForgeClient
lidel Oct 18, 2024
538c9bb
fix: p2p-forge log and debugging
lidel Oct 18, 2024
b306f56
chore(doc): add toc
lidel Oct 18, 2024
9bd8ebb
Merge branch 'master' into feat/libp2p-direct
lidel Oct 21, 2024
21b5c88
Merge remote-tracking branch 'origin/master' into feat/libp2p-direct
lidel Oct 23, 2024
7eeda1b
docs: apply suggestions from code review
lidel Oct 28, 2024
99b7757
refactor: ForgeClient → AutoTLS
lidel Oct 28, 2024
e6e0b7a
Merge branch 'master' into feat/libp2p-direct
lidel Oct 28, 2024
ed7e201
chore: rename logger to autotls
lidel Oct 28, 2024
e51d907
fix: p2p-forge/client with newCertmagicConfig
lidel Oct 28, 2024
73c3fd3
refactor: move AutoTLS to top level
lidel Oct 29, 2024
e68493a
docs: changelog + tracking next steps
lidel Oct 29, 2024
bcabbb4
docs: AutoTLS.Enabled
lidel Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update changelog
aschmahmann committed Sep 18, 2024
commit ecfc8d9188ee30e0f90591754a366513b9e94c21
8 changes: 8 additions & 0 deletions docs/changelogs/v0.31.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,14 @@

### 🔦 Highlights

#### 🎯 WSS certificates via libp2p.direct

TODO:

This release adds an experimental feature enabling users to acquire CA signed certificates for use in Secure WebSockets
connections that enable browsers to communicate with publicly accessible kubo nodes using transports well supported in
browsers.

### 📝 Changelog

### 👨‍👩‍👧‍👦 Contributors