Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GreyAreaSecurity opened this issue Apr 1, 2022 · 1 comment

Comments

@GreyAreaSecurity
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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)

  • artifactory_virtual_repository

Potential Terraform Configuration

artifactory_virtual_repository {
  force_nuget_authentication = true
}

References

@GreyAreaSecurity
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant