atlassian / terraform-provider-artifactory

Terraform provider to manage Artifactory
Apache License 2.0
89 stars 42 forks source link

Add force_nuget_authentication property for virtual repos to match local and remote #107

Closed GreyAreaSecurity closed 2 years ago

GreyAreaSecurity commented 2 years ago

Community Note

Description

A while ago, a change was made to add force_nuget_authentication to local and remote repos. This allowed you to configure the setting in Terraform, the result of which is that authenticated users can push to local and remote repos. See 'references' for links.

However, this setting cannot be configured in Terraform on a virtual repo, it must be done in the GUI at present. The setting has been confirmed to toggle behaviours - without it, authenticated users can't push to the virtual repo but when added in the GUI they can.

Therefore the same change should be added to the virtual repo config to allow this to be done in code.

New or Affected Resource(s)

Potential Terraform Configuration

artifactory_virtual_repository {
  force_nuget_authentication = true
}

References

GreyAreaSecurity commented 2 years ago

This is what you get if you log an issue from a bookmark rather than checking the main page... this project is deprecated, my bad.