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

Make provider configurable for being listed or mirrored #83

Closed
bernhardreiter opened this issue Mar 25, 2022 · 1 comment · Fixed by #118
Closed

Make provider configurable for being listed or mirrored #83

bernhardreiter opened this issue Mar 25, 2022 · 1 comment · Fixed by #118
Assignees

Comments

@bernhardreiter
Copy link
Collaborator

The provider should be configurable for indicating that it wants to be

  • listed
  • mirrored
@s-l-teichmann
Copy link
Collaborator

The branch provider-listed-mirrorred implements this.

In the config there is a new optional table provider_metadata with
bool fields list_on_CSAF_aggregators and mirror_on_CSAF_aggregators
which are both are optional. If not set the defaults of the standard are used (true).

The publisher field of the config is moved into the provider_metadata table
as it is on the same level as list and mirror options in the generated provider_metadata.json
file.

s-l-teichmann added a commit that referenced this issue Apr 29, 2022
@bernhardreiter bernhardreiter linked a pull request Apr 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants