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 attribute content_disposition to Raw repository resources #280

Open
anmoel opened this issue Jun 15, 2022 · 4 comments
Open

Add attribute content_disposition to Raw repository resources #280

anmoel opened this issue Jun 15, 2022 · 4 comments
Labels
enhancement New feature or request exempt-from-stale Exception label for stale bot help wanted Extra attention is needed

Comments

@anmoel
Copy link
Member

anmoel commented Jun 15, 2022

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 anmoel added enhancement New feature or request blocked This issue is blocked by external resources labels Jun 15, 2022
@anmoel
Copy link
Member Author

anmoel commented Jun 15, 2022

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

@github-actions
Copy link

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 github-actions bot added the stale label Oct 25, 2022
@anmoel anmoel added exempt-from-stale Exception label for stale bot and removed stale labels Oct 25, 2022
@andreasdvorak
Copy link

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

@anmoel anmoel added help wanted Extra attention is needed and removed blocked This issue is blocked by external resources labels Aug 9, 2024
@anmoel
Copy link
Member Author

anmoel commented Aug 9, 2024

is not blocked anymore.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exempt-from-stale Exception label for stale bot help wanted Extra attention is needed
Projects
Status: High priority
Development

No branches or pull requests

2 participants