Skip to content

Commit

Permalink
Merge pull request #93 from local-deploy/DL-T-104
Browse files Browse the repository at this point in the history
fix(teleport): teleport authorization check
  • Loading branch information
varrcan committed Jun 29, 2023
2 parents 87902b7 + 30d0a2b commit b8667c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/teleport/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type teleport struct {

type status struct {
Cluster string `njson:"active.cluster"`
Logins []string `njson:"active.traits.logins"`
Logins []string `njson:"active.logins"`
}

type node struct {
Expand Down

0 comments on commit b8667c4

Please sign in to comment.