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 Diagram
- type Element
- type IncidentHandling
- type OpenidToken
- type ProcessStartParameter
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 IncidentHandling ¶
type IncidentHandling = models.IncidentHandling
type OpenidToken ¶
type ProcessStartParameter ¶
type ProcessStartParameter = models.ProcessStartParameter
Click to show internal directories.
Click to hide internal directories.