Skip to content

Commit

Permalink
grpc: Update OktaService add Enroll/Validate/Update methods (#46707)
Browse files Browse the repository at this point in the history
* Add Okta CA

* grpc: Update OktaService add Enroll/Validate/Update methods
  • Loading branch information
smallinsky committed Sep 20, 2024
1 parent 5c22e05 commit cad3869
Show file tree
Hide file tree
Showing 13 changed files with 4,036 additions and 2,173 deletions.
2,271 changes: 1,853 additions & 418 deletions api/gen/proto/go/teleport/okta/v1/okta_service.pb.go

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions api/gen/proto/go/teleport/okta/v1/okta_service_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6264,6 +6264,11 @@ message PluginOktaSyncSettings {
// as a gateway to interact with Okta for SAML login, SCIM provisioning and user
// sync. May be missing for old Okta integration installs.
string app_name = 8;

// DisableSyncAppGroups disables syncing of app groups from Okta.
// This is useful when the app groups are not needed in Teleport.
// and integration with Okta is only used for user sync.
bool disable_sync_app_groups = 9;
}

// Defines a set of discord channel IDs
Expand Down
Loading

0 comments on commit cad3869

Please sign in to comment.