cockroachdb / dcos-cockroachdb-service

Framework for running CockroachDB on Mesosphere DC/OS
Apache License 2.0
8 stars 6 forks source link

Plumb through user #20

Open triclambert opened 7 years ago

triclambert commented 7 years ago

Plumb through user; set default in config.json to nobody.

https://github.com/mesosphere/dcos-commons/blob/764a9fc559772462bfd064ac8a7fb7d130526941/docs/pages/developer-guide.md#annotated-example-of-a-servicespec

Ex: https://github.com/mesosphere/dcos-commons/blob/master/frameworks/cassandra/src/main/dist/svc.yml#L4

triclambert commented 7 years ago

Just FYI, if you ever move to using a Docker image, there is a UID mapping issue that needs to be addressed. Since you are not using images right now, there is no concern.