atlassian / terraform-provider-artifactory

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

Add support for forceNugetAuthentication flag for local and remote repos #82

Open ShreyasNBS opened 4 years ago

ShreyasNBS commented 4 years ago

Community Note

Description

While Jfrog Rest API docs for create repo do not seem to list this flag (https://www.jfrog.com/confluence/display/RTF6X/Repository+Configuration+JSON#RepositoryConfigurationJSON-LocalRepository), when I raised a support ticket with Jfrog support, they have confirmed that forceNugetAuthentication should work. I will look to raise a PR for this, but I have not worked with GOlang before (I have done plenty of work in C#).

New or Affected Resource(s)

Potential Terraform Configuration

artifactory_local_repository {
  force_nuget_authentication = true
}
ShreyasNBS commented 4 years ago

Added PR https://github.com/atlassian/terraform-provider-artifactory/pull/83 @ttsangAtlassian @jamestoyer Not sure who the approvers are for this repo.

peters95 commented 3 years ago

Migrated -> https://github.com/jfrog/terraform-provider-artifactory/issues/23