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

Planet header: planet name updated by manager shows error message #4281

Open
singharpita opened this issue Jul 11, 2019 · 3 comments
Open

Planet header: planet name updated by manager shows error message #4281

singharpita opened this issue Jul 11, 2019 · 3 comments
Assignees

Comments

@singharpita
Copy link
Contributor

  • Go to user with role manager.
  • go to configuration.
  • edit name.
  • click save.
  • name will save on refresh but is showing error message.
    Screenshot from 2019-07-11 19-57-52
@paulbert
Copy link
Member

Hmm managers don't have admin permissions on the _users database in production, but in my development environment they do.

Checking if we need to add that setting or if something needs to be fixed in production setup.

@paulbert
Copy link
Member

I think it's related to the db-init docker not running the install part of the couchdb-setup.sh file.

@paulbert
Copy link
Member

I just created a new production planet and can confirm that we need to run the compose with this once (preferably first time):

services:
  db-init:
    environment:
      - INSTALL=1
version: "2

Maybe we can modify the install.yml to only include this environment variable and run it if there is no credentials.yml?

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

4 participants