datadrivers / terraform-provider-nexus

Terraform provider for Sonatype Nexus
https://registry.terraform.io/providers/datadrivers/nexus
Mozilla Public License 2.0
108 stars 47 forks source link

Add attribute content_disposition to Raw repository resources #280

Open anmoel opened 2 years ago

anmoel commented 2 years ago

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

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 commented 2 years ago

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

github-actions[bot] commented 1 year ago

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.

andreasdvorak commented 1 year ago

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