Documentation
¶
Index ¶
- Constants
- func NewTokenProvider(authEndpoint string, authClientId string, authClientSecret string) func() (string, error)
- func NewUserTokenProvider(authEndpoint string, authClientId string, authClientSecret string, ...) func() (string, error)
- type Client
- type Deployment
- type DeploymentMessage
- type Diagram
- type IncidentHandling
- type OpenidToken
Constants ¶
View Source
const InternalAdminToken = `` /* 727-byte string literal not displayed */
InternalAdminToken is expired and invalid. but because this service does not validate the received tokens, it may be used by trusted internal services which are within the same network (kubernetes cluster). requests with this token may not be routed over an ingres with token validation
Variables ¶
This section is empty.
Functions ¶
func NewTokenProvider ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeleteDeployment ¶
type Deployment ¶
type Deployment = model.Deployment
type DeploymentMessage ¶
type DeploymentMessage = model.DeploymentMessage
type IncidentHandling ¶
type IncidentHandling = model.IncidentHandling
Click to show internal directories.
Click to hide internal directories.