Results 59 comments of Steven Danna

I've gone ahead and re-opened this issue since it is about specifically the ability to specify branches via a git URL passed directly to inspec exec. I think to support...

@jjustice6 Taking a /quick/ look at the examples in the README, it seems that it may be feasible given that the configuration formats look similar. I'd happily take a well-written...

Thanks for the bug report. This is definitely a valid bug and is a consequence of how we implemented FIPs support at the Erlang level. The `crypto` module is missing...

To grant create permission for users, you need to change is the CREATE ace for the global users container. Unfortunately, "pivotal" is the only actor in our current default setup...

> @stevendanna I was able to "re-create" the pivotal user by doing some database insert, and I hope I did not forget anything (our chef server has data in it...

This is possible via the API on a PUT to an existing client: ``` chef > api.get("/clients").keys => ["acme-validator", "foobar"] chef > api.put("/clients/foobar", name: "foobar\n"); nil => nil chef >...

The problem is almost surely here: https://github.com/chef/automate/blob/master/components/automate-cs-nginx/cmd/chef-server-ctl/ctl.go#L25-L35

Do we actually see the bookshelf process itself restarting? I ask because the supervisor configuration in bookshelf is: https://github.com/chef/chef-server/blob/master/src/bookshelf/src/bksw_sup.erl#L44-L47 Which should mean that the supervisor won't shutdown until there have...

> For Elasticsearch, there's no simple equivalent to Postgres of a "schema change", once an index is created you have very little ability to change its mappings. two approaches I've...

I have a feeling that we might broke this with the chef_secrets work. Previously the db password would be in the running config which is read at the start of...