Skip to content

Commit

Permalink
🐛 Fix okta asset name.
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavgerchev committed Sep 28, 2023
1 parent 6ebd399 commit 20d4a7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions providers/okta/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ func (s *Service) connect(req *plugin.ConnectReq, callback plugin.ProviderCallba

func (s *Service) detect(asset *inventory.Asset, conn *connection.OktaConnection) error {
asset.Id = conn.Conf.Type
asset.Name = conn.Conf.Host

asset.Name = "Okta Organization " + conn.OrganizationID()
asset.Platform = &inventory.Platform{
Name: "okta-org",
Family: []string{"okta"},
Expand Down

0 comments on commit 20d4a7e

Please sign in to comment.