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

Configure GPG to API Publish #8

Open
dakotadelnorte opened this issue Mar 20, 2019 · 1 comment
Open

Configure GPG to API Publish #8

dakotadelnorte opened this issue Mar 20, 2019 · 1 comment

Comments

@dakotadelnorte
Copy link

dakotadelnorte commented Mar 20, 2019

When I upload a deb file, select the file and click to the reposirory when i want to upload.

The result is the repository is updated, but not published.

I should publish the repo with the following API query:

curl -X PUT -H 'Content-Type: application/json' --data '{"Signing": { "GpgKey": "XXXXXXX", "Batch":true, "PassphraseFile":"/my/secret/folder"}}' http://localhost:8080/api/publish/dev/xenial

I would like set the GpgKey in a config file of this web ui.

Could be possible?

@sdumetz
Copy link
Owner

sdumetz commented Apr 23, 2019

No Idea how I would implement this, sorry. I'll look into it if I have more time to put into this project someday.

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

No branches or pull requests

2 participants