Skip to content

Commit

Permalink
fix: auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Jul 24, 2024
1 parent 0700680 commit e1f2551
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/describe/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ type DescribeJob struct {
type DescribeWorkerInput struct {
WorkspaceId string `json:"workspaceId"`
WorkspaceName string `json:"workspaceName"`
DescribeEndpoint string `json:"describeEndpoint"`
DescribeEndpointAuth bool `json:"describeEndpointAuth"`
JobEndpoint string `json:"jobEndpoint"`
DeliverEndpoint string `json:"describeEndpoint"`
EndpointAuth bool `json:"describeEndpointAuth"`
IngestionPipelineEndpoint string `json:"ingestionPipelineEndpoint"`
UseOpenSearch bool `json:"useOpenSearch"`

Expand Down

0 comments on commit e1f2551

Please sign in to comment.