-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PDI-1813: Export block HCL generation for PingFederate (#127)
- Update Option Objects variable names to contain the service name to distinguish between PingOne options and PingFederate Options. - Update Cobra Subcommand `platform export` to support the new export service PingFederate. Add additional examples for PingFederate export parameters. Break out cobra flag configuration by service, and add PingFederate flags. Mark each PingFederate Auth method as mutually exclusive for the user to avoid authentication confusion. - Update cobra root command root.go to fail if the user provided config file does not exist. - Add profile config enum type ENUM_STRING_SLICE for PF scopes and PF pem files. Support these slices in set_internal.go and validate.go. - Update export_internal.go to initialize both PingOne go client and PingFederate go client when needed. Update getExportableConnectors to use instance variables depending on the service connector specified. - Break out SDKClientInfo into PingOneClientInfo and PingFederateClientInfo for different services. - Create pingfederate_connector.go to export PF API resources. - Add first PF resource for export, pingfederate_authentication_api_application.go - Add server-profiles directory to hold PingFederate server-profile for container starting and testing.
- Loading branch information
1 parent
b1322d7
commit 657656e
Showing
167 changed files
with
6,879 additions
and
843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.