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

Plugin_config is undocumented #48

Closed
duffney opened this issue Sep 28, 2023 · 2 comments · Fixed by #62
Closed

Plugin_config is undocumented #48

duffney opened this issue Sep 28, 2023 · 2 comments · Fixed by #62

Comments

@duffney
Copy link
Contributor

duffney commented Sep 28, 2023

I couldn't find any docs on what values are accpeted by the plugin_config other than the example that's listed in the readmd. It also wasn't obvious to me how I could use a cert from within my Azure Key Vault instance and not have it locally.

For example:

 plugin_config: |-
      name=${{ vars.CERT_NAME }}
      self_signed=false
@FeynmanZhou
Copy link
Member

FeynmanZhou commented Jan 30, 2024

@duffney plugin_config means {key}={value} pairs that are passed as it is to a plugin, refer plugin's documentation to set appropriate values. This is the same as the flag plugin_config in notation sign.

See https://notaryproject.dev/docs/user-guides/cli-reference/notation_sign/#options

@duffney
Copy link
Contributor Author

duffney commented Feb 5, 2024

Are there any docs that list out what the plugin_config options are? The cli helps says to refer to the plugin docs, but I can't seem to find the docs it referring to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants