grouper-users - RE: [grouper-users] containerized grouper noob questions
Subject: Grouper Users - Open Discussion List
List archive
- From: "Black, Carey M." <>
- To: Greg Haverkamp <>, Baron Fujimoto <>, Grouper Users <>
- Subject: RE: [grouper-users] containerized grouper noob questions
- Date: Wed, 22 Jul 2020 15:14:18 +0000
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AfEtC1DNZ9Yd6sTmQjffBSQKSS9RXOFw9OxdCJc1Dtw=; b=ZeMf7LIVaQawJpKOr4QmwyBk5a74G3VYGMMytGsoNAiFUffWFftCwxaya/13uD4nL/8DjAglwvFCyjf3Gsg7pA8yRcpXD3EDKlBxP8Kl1B0cpi0NFpUKEkodKo59dz4FfOITO4DOGGQuZqKzBZ5ipXbVFljvKvRzmPXkwZuLWHRcd8e7ejHiA3FLCz0mq7pzBTf8hkjpsrwx6/P5giyEhWu81wgbldgw7AGTaAemYHVTpXT5cEHVuAQcmGuq53P5n7ZZCFHfI1nziTs83t2Hg2pP7eUEZbkRh8B36ZUgOfuTZ9/BobYAPARqxTDPoAcAfx9fzYrLfiG4o+3d2N+zLg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=oO8HH6dOBrDGN7wR594+ZfkD9+VO4bpLWPw9ptGCbnY4pIWUZNYUmjzrYp88FdO8zdZDgSjp/4eBiEvFPnKbIWGmZSTASPToIooyNeYf31kNc/RDVQN2SYeSfr2tZO4Sl0QhZ0aa3l8GZ7/N6AozjklYmUspi/cHkZv+oIvtyysN4e0wW9+KKScBr6XNa1QvLtpG7h9IXLTkKeW3T+WLkgke64F/YiPz9rI8suq+16wApCKG9os569mvhWra5i/Ky+rp7jSVb/CsoAOjbM2GiCN07AlkZKnqVnTt+YBcDZYw3GXXHvLsYF+6H7ZOzPmw7JXVJWr6QrW4uFVdFHeBBA==
@ Baron Fujimoto Yes. Back in the day “SSL processing” was a real CPU/resource drain and offloading that at the LB had a cost savings. But I don’t think that is as true today. ( And the security concerns are generally higher now too. )
The point of using SSL is to “guard the wire”. So if the LB holds the “user facing cert” and then re-encrypts the traffic to the back end Webserver(s) then the LB becomes a possible “injection/attack” point. (IMHO: proxy = injection/attack point ) My point is that if you need to protect the wire between the LB and the backend webserver(s) then you can still use “certs”. And most LB’s are able to “trust self signed certs”. Yes, to avoid the renewal/cert management issues on the “internal network legs”. ( Well, frankly the backend can change self signed certs every time they reboot/”spin up the container” if you want to. ) Obviously not as “strong” as terminating TLS at the application, but much better ( IMHO ) than not using SSL on the second network leg too.
And as Greg points out… you can do your own CA too. ( With all the “normal work” that a CA brings with it. ) FWIW: I think there is some value there, if you scale far enough to make the CA work “worth it”.
@ Greg Haverkamp Not everyone has such nice tools. (AKA: HashiCorp Vault ) Kicks some dirt and wanders off muttering: “Wish I had such nice things.”
😊 -- Carey Matthew
From: <>
On Behalf Of Greg Haverkamp
You can do that, or you can generate a new cert at container instantiation/run, which is what we do. We pull a new certificate from our secrets manager (HashiCorp Vault) at container run, and the LB trusts Vault’s CA.
I don’t know that that’s necessary for Grouper, but it’s the general model I’d like all of our services to get to.
Greg
On Tue, Jul 21, 2020 at 4:07 PM Baron Fujimoto <> wrote:
|
- Re: [grouper-users] containerized grouper noob questions, (continued)
- Re: [grouper-users] containerized grouper noob questions, Baron Fujimoto, 07/14/2020
- Re: [grouper-users] containerized grouper noob questions, Darren Boss, 07/14/2020
- RE: [grouper-users] containerized grouper noob questions, Black, Carey M., 07/14/2020
- RE: [grouper-users] containerized grouper noob questions, Coleman, Erik C, 07/14/2020
- Re: [grouper-users] containerized grouper noob questions, Baron Fujimoto, 07/14/2020
- Re: [grouper-users] containerized grouper noob questions, Darren Boss, 07/15/2020
- RE: [grouper-users] containerized grouper noob questions, Coleman, Erik C, 07/16/2020
- RE: [grouper-users] containerized grouper noob questions, Black, Carey M., 07/16/2020
- Re: [grouper-users] containerized grouper noob questions, Baron Fujimoto, 07/21/2020
- Re: [grouper-users] containerized grouper noob questions, Greg Haverkamp, 07/21/2020
- RE: [grouper-users] containerized grouper noob questions, Black, Carey M., 07/22/2020
- Re: [grouper-users] containerized grouper noob questions, Baron Fujimoto, 07/21/2020
- RE: [grouper-users] containerized grouper noob questions, Black, Carey M., 07/16/2020
- Re: [grouper-users] containerized grouper noob questions, Darren Boss, 07/14/2020
- Re: [grouper-users] containerized grouper noob questions, Baron Fujimoto, 07/14/2020
Archive powered by MHonArc 2.6.19.