Re: [Pulp-list] Pulp (MongoDB) Security Configuration

2016-02-12 Thread Lesley Kimmel
FYI, here's the steps I took to get a very basic, self-signed SSL configuration in place: $ openssl req -new -x509 -days 3650 -nodes -out mongodb-cert.crt -keyout mongodb-cert.key Country Name (2 letter code) [XX]: State or Province Name (full name) []: Locality Name (eg, city) [Default City]:

[Pulp-list] Pulp (MongoDB) Security Configuration

2016-01-27 Thread Lesley Kimmel
All; I am attempting to secure Satellite/Katello per DoD security guidance. The first few items I need to do is to limit incoming connections and to enable access control. Along those lines can anyone answer: a) How many connections to MongoDB does Pulp require? Is it configurable? b) Out of the

Re: [Pulp-list] Pulp (MongoDB) Security Configuration

2016-01-27 Thread Kodiak Firesmith
Hi Lesley, I just had to do this during my setup. Well, part b at least - haven't throttled the # connections. Here is what is working for me, YMMV as I'm hardly an expert: > use pulp_database switched to db pulp_database > show users { "_id" : "pulp_database.pulpAdministrator", "user" :

Re: [Pulp-list] Pulp (MongoDB) Security Configuration

2016-01-27 Thread Brian Bouterse
see inline On 01/27/2016 01:21 PM, Lesley Kimmel wrote: > All; > > I am attempting to secure Satellite/Katello per DoD security guidance. > The first few items I need to do is to limit incoming connections and to > enable access control. Along those lines can anyone answer: > > a) How many