terraform-provider-nexus icon indicating copy to clipboard operation
terraform-provider-nexus copied to clipboard

Add attribute content_disposition to Raw repository resources

Open anmoel opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. Support of attribute content_disposition in all resources and data sources "nexus_repository_raw_*".

Describe the solution you'd like example:

resource "nexus_repository_raw_hosted" "internal" {
  name                = "raw-internal"
  online              = true
  content_disposition = "INLINE"

  storage {
    blob_store_name                = "default"
    strict_content_type_validation = false
    write_policy                   = "ALLOW"
  }
}

anmoel avatar Jun 15 '22 12:06 anmoel

it is blocked by sonatype issue https://issues.sonatype.org/browse/NEXUS-30750

anmoel avatar Jun 15 '22 12:06 anmoel

This issue has been automatically marked as stale because it has had no activity in the last 90 days. It will be closed in 7 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

github-actions[bot] avatar Oct 25 '22 08:10 github-actions[bot]

Hi, I am also interested in the parameter content_disposition. Even with my Sonatype account I could not fine the issue NEXUS-30750. Is it still a blocker to add the parameter.

Thank you for the development of the provider Andreas

andreasdvorak avatar Oct 26 '22 13:10 andreasdvorak