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

Files domain support for arbitrary file types #709

Closed
1 task
brandtkeller opened this issue Oct 4, 2024 · 0 comments · Fixed by #726
Closed
1 task

Files domain support for arbitrary file types #709

brandtkeller opened this issue Oct 4, 2024 · 0 comments · Fixed by #726
Assignees
Labels
enhancement New feature or request

Comments

@brandtkeller
Copy link
Member

Is your feature request related to a problem? Please describe.

In efforts of enabling domains flexibility in the ability to rapidly prototype - we can enable users in the files domain who want to validate an unsupported file type.

This request would allow un-supported file types to still be provided in a baseline payload to the provider in use.

Describe the solution you'd like

  • Given arbitrary file types not included in the conftest library
  • When A validation occurs
  • Then the files domain provides the contents of the file to the provider in a consistent manner

Describe alternatives you've considered

A new filetype parser is required for each additional file type

Additional context

Possibly just a string payload that can be operated on with Regex and/or other tooling/native functions.

Expected Deliverable

  • Ability to support arbitrary file types without any specific parsing
@brandtkeller brandtkeller added the enhancement New feature or request label Oct 4, 2024
@github-actions github-actions bot added the triage Awaiting triage from the team label Oct 4, 2024
@brandtkeller brandtkeller removed the triage Awaiting triage from the team label Oct 7, 2024
@brandtkeller brandtkeller added this to the Aligned Capabilities milestone Oct 9, 2024
@mildwonkey mildwonkey self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants