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 keyring operations to the HTTP API #1867

Closed
slackpad opened this issue Mar 22, 2016 · 2 comments
Closed

Add keyring operations to the HTTP API #1867

slackpad opened this issue Mar 22, 2016 · 2 comments
Labels
type/enhancement Proposed improvement or new feature

Comments

@slackpad
Copy link
Contributor

The keyring ops available here should be available via an HTTP endpoint. Any automation around these now requires scripting command line ops or using undocumented client RPC methods (which we'd like to turn down).

#1408

@slackpad slackpad added the type/enhancement Proposed improvement or new feature label Mar 22, 2016
@ryanuber
Copy link
Member

Just a quick note - I believe we did this because the HTTP interface was commonly exposed, and originally had no HTTPS support. It would be nice to warn/log or deny plain HTTP requests for keyring operations.

@slackpad
Copy link
Contributor Author

This is now https://www.consul.io/api/operator/keyring.html. We didn't end up doing the HTTP deny part since HTTPS support is available, and that seems like too much of a special case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Proposed improvement or new feature
Projects
None yet
Development

No branches or pull requests

2 participants