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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable 'go-import' Meta Tags and 'go-import' Whitelist for virtual repositories #96

Open
MyKEms opened this issue Sep 9, 2020 · 1 comment

Comments

@MyKEms
Copy link

MyKEms commented Sep 9, 2020

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

Implement support for Go Virtual repository type features:

  • Follow 'go-import' Meta Tags
  • 'go-import' Whitelist

More details on vendor page

New or Affected Resource(s)

  • artifactory_virtual_repository

Potential Terraform Configuration

resource "artifactory_virtual_repository" "go" {
  key                     = "go"
  package_type            = "go"
  repo_layout_ref         = "go-default"

  repositories = [
    "github-remote",
    "gocenter"
  ]

  enable_go_import         = false
  go_import_whitelist = [
    "**/github.com/**",
    "**/github.com/**/**",
    "**/golang.org/**",
    "**/gopkg.in/**",
    "**/k8s.io/**",
    "**/go.googlesource.com/**"
  ]

}

References

@peters95
Copy link

migrated -> jfrog/terraform-provider-artifactory#19

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

2 participants