Skip to content

Commit

Permalink
Merge pull request #7 from ConductorOne/martinalbert/user-status-and-…
Browse files Browse the repository at this point in the history
…notice-file-fixes

User status and Notice file fixes
  • Loading branch information
jirwin authored Sep 21, 2023
2 parents 7c58df8 + 3cb99d2 commit 2e63f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baton
baton-splunk
Copyright 2023 ConductorOne, Inc.

This product includes software developed by ConductorOne (https://www.conductorone.com/).
1 change: 1 addition & 0 deletions pkg/connector/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func userResource(ctx context.Context, user *splunk.User, parentResourceID *v2.R
[]resource.UserTraitOption{
resource.WithEmail(user.Content.Email, true),
resource.WithUserProfile(profile),
resource.WithStatus(v2.UserTrait_Status_STATUS_ENABLED),
},
resource.WithParentResourceID(parentResourceID),
)
Expand Down

0 comments on commit 2e63f6b

Please sign in to comment.