OctopusDeploy / OctopusDSC

| Public | A PowerShell DSC resource for installing Octopus Deploy & Tentacles
Other
1 stars 60 forks source link

cOctopusServerGoogleAppsAuthentication - missing Allow Auto User Creation parameter #280

Open jlegalliard opened 3 years ago

jlegalliard commented 3 years ago

Hello

The Allow Auto User Creation parameter available through the web UI and octopus.server.exe is missing from the DSC.

Web UI: image

DSC:

    param (
        [Parameter(Mandatory)]
        [ValidateNotNullOrEmpty()]
        [string]$InstanceName,
        [Parameter(Mandatory)]
        [boolean]$Enabled,
        [string]$ClientID,
        [string]$HostedDomain
    )

I have a PR ready to go if it's fine for you

Thanks

matt-richardson commented 3 years ago

Hey @jlegalliard - yeah, a PR would be great. Please add tests for it in here when you do.