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

Unable to create unencrypted services within encrypted domains #6

Open
BadCodeShane opened this issue Feb 24, 2018 · 0 comments
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@BadCodeShane
Copy link
Member

The web hosting manager encrypts all of its publicNames by default (https://github.com/maidsafe/safe_examples/blob/2f06aa65025a417a70cf6e93185dbe5ffcb44b9e/web_hosting_manager/app/safenet_comm/api.js#L84) and we create unencrypted services by default. Trying to create a public service within an encrypted service name throws a network error.

We need to detect whether the publicName is encrypted and set the encrypt state of the service accordingly.

We should also allow the creation of both public and private publicNames, to allow people to create private blogs. I'm not sure how valuable a private blog would be, but it's built in to the network protocol, so we should support it regardless.

@BadCodeShane BadCodeShane added bug Something isn't working enhancement New feature or request labels Feb 24, 2018
@BadCodeShane BadCodeShane self-assigned this Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant