api

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PathVersion     = "/version"         // Unprivileged by default
	PathHealthLive  = "/v1/health/live"  // Unprivileged by default - liveness check
	PathHealthReady = "/v1/health/ready" // Unprivileged by default - readiness check

	PathHealthStatus = "/v1/health/status"
	PathHealthAPIs   = "/v1/health/api"

	PathDB  = "/v1/db"
	PathKMS = "/v1/kms/"

	PathRPCReplicate = "/v1/rpc/replicate"
	PathRPCForward   = "/v1/rpc/forward"
	PathRPCVote      = "/v1/rpc/vote"
	PathRPCStatus    = "/v1/rpc/status"
)

API paths accessible to sysadmins, admins users and their service accounts. However, some APIs may behave differently depending on the identity. For example, user accounts can only create new service accounts while admins can also create new user accounts.

View Source
const (
	QueryReadyWrite = "write"
)

API query parameters supported by KMS servers.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL