Adds a Root Oauth Integration to Continuous Delivery for PE
Supports noop? false
Parameters
root_email(String[1])
— The email address associated with the CDPE root account.
root_password(String[1])
— The password associated with the CDPE root account.
base64_cacert(Optional[String[1]])
— The CA cert of the CD4PE instance, base64 encoded
insecure_https(Optional[Boolean])
— Whether or not to make the https calls without verifying the CA cert. Only use this on test systems.
provider(Enum['github', 'azuredevops'])
— The Oauth provider for the integration. Must be one of 'github' or 'azuredevops'.
client_id(String[1])
— The client id associated with the Oauth integration.
client_secret(String[1])
— The client secret associated with the Oauth integration.
resolvable_hostname(Optional[String[1]])
— A resolvable internet address where the Continuous Delivery for PE server can be reached. Required only if the agent certificate is not the machine's resolvable internet address.
web_ui_endpoint(Optional[String[1]])
— The endpoint where the web UI can be reached, in the form http://:. Required if you set the web_ui_port parameter in the cd4pe class during installation.