Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasicAuth ¶
func BasicAuth(next server.HandlerFunc) server.HandlerFunc
BasicAuth returns a handler that enforces HTTP Basic Auth for Web Console routes. Authentication is skipped when User is not configured.
func SigV4 ¶
func SigV4(next server.HandlerFunc) server.HandlerFunc
SigV4 returns a handler that enforces AWS Signature Version 4 authentication for S3 API routes. Authentication is skipped when User is not configured. Requests with X-Amz-Date outside ±15 minutes of server time are rejected.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.