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

REST API: Add Endpoint to List Existing Entries #7

Open
ghost opened this issue Apr 12, 2019 · 5 comments
Open

REST API: Add Endpoint to List Existing Entries #7

ghost opened this issue Apr 12, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Apr 12, 2019

I have been using constellation and have been thinking about building a frontend.

A feature I need is the ability to list existing DNS entries. I have done some research and I think this can be implemented using Redis' keys * command.

I have looked at the Redis library that constellation uses and there seems to be a method thats implements this called keys. I don't know Rust that well but I don't think it would take too long to implement.

@ghost ghost changed the title [feature request] Entry Listing Add Endpoint to List Existing Entries Apr 12, 2019
@valeriansaliou
Copy link
Owner

Thanks, that's a good idea. I'm renaming this issue as to track the feature implementation progress.

Note that implementing it would require breaking database structure changes, as I would need to add an index of all records (which we currently do not have).

@valeriansaliou valeriansaliou self-assigned this Apr 13, 2019
@valeriansaliou valeriansaliou added the enhancement New feature or request label Apr 13, 2019
@valeriansaliou valeriansaliou changed the title Add Endpoint to List Existing Entries HTTP: Add Endpoint to List Existing Entries Apr 13, 2019
@valeriansaliou valeriansaliou changed the title HTTP: Add Endpoint to List Existing Entries REST API: Add Endpoint to List Existing Entries Apr 13, 2019
@ghost
Copy link
Author

ghost commented Apr 13, 2019

Another thing that I think would be cool is if a Certbot plugin could be made.

@valeriansaliou
Copy link
Owner

Why would you need that? Can you explain?

@ghost
Copy link
Author

ghost commented Apr 13, 2019 via email

@valeriansaliou
Copy link
Owner

I still don't get why you'd need that in Constellation, which is a DNS server.

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
None yet
Development

No branches or pull requests

1 participant