Skip to content

Commit

Permalink
🧹 add missing okta runtime (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Oct 3, 2023
1 parent 4144fb6 commit 2195fd0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions providers/okta/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,11 @@ func (s *Service) connect(req *plugin.ConnectReq, callback plugin.ProviderCallba
func (s *Service) detect(asset *inventory.Asset, conn *connection.OktaConnection) error {
asset.Name = "Okta Organization " + conn.OrganizationID()
asset.Platform = &inventory.Platform{
Name: "okta-org",
Family: []string{"okta"},
Kind: "api",
Title: "Okta Organization",
Name: "okta-org",
Family: []string{"okta"},
Kind: "api",
Title: "Okta Organization",
Runtime: "okta",
}

id, err := conn.Identifier()
Expand Down

0 comments on commit 2195fd0

Please sign in to comment.