Skip to content

Commit

Permalink
Remove default my-bearer-token causing issue with python kubernete li…
Browse files Browse the repository at this point in the history
…brary
  • Loading branch information
diorcety authored and chrisns committed Jan 31, 2025
1 parent ccaca9a commit f7227a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func read(handler, itemName string) error {
}

type responseStatus struct {
Token string `default:"my-bearer-token" json:"token,omitempty"`
Token string `json:"token,omitempty"`
ClientCertificateData string `json:"clientCertificateData,omitempty"`
ClientCertificateDataD string `json:"client-certificate-data,omitempty"`
ClientKeyData string `json:"clientKeyData,omitempty"`
Expand Down

0 comments on commit f7227a6

Please sign in to comment.