mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00

Context: https://github.com/ipfs/kubo/issues/10187 Co-authored-by: Marcin Rataj <lidel@lidel.org>
928 B
928 B
Kubo changelog v0.25
v0.25.0
Overview
🔦 Highlights
RPC API.Authorizations
Kubo RPC API now supports optional HTTP Authorization.
Granular control over user access to the RPC can be defined in the
API.Authorizations
map in the configuration file, allowing different users or apps to have unique
access secrets and allowed paths.
This feature is opt-in. By default, no authorization is set up. For configuration instructions, refer to the documentation.