grouper-users - Re: [grouper-users] Containerized Grouper and Secrets
Subject: Grouper Users - Open Discussion List
List archive
- From: John Gasper <>
- To: Jack Stewart <>
- Cc: John Schrader <>, "Hyzer, Chris" <>, Christopher Hubing <>, "" <>, csp study grouper <>
- Subject: Re: [grouper-users] Containerized Grouper and Secrets
- Date: Wed, 09 May 2018 20:44:13 -0700
- Ironport-phdr: 9a23:fr3vwhJTHrdb7BA3nNmcpTZWNBhigK39O0sv0rFitYgXKvv+rarrMEGX3/hxlliBBdydt6ofzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlGiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARWdZUMlfWTFPDIOiYYUMAeoOP+lXoJXmqlQUsRe+ABOhCP/1xzJKgHL9wK000/4mEQHDxAEuG9UOsHTSrN7oNakdS/u1zLHWwjXZcvhb3jX96IfSfRA6ufGDQ6hwfNHMyUkpFgPKklKQqYr/MzOTyOsNr3GW4ux9XuyhjG4nrht+ojmpxso0l4nJnIYVxkrf9SV82Io1Ktq4SEl0Yd6gDpRcrT2VN4xzQs86WGFopSA6xaMFuZGleCgKzIooxwTFZ/OacIiE+gjsVOOLLjZ5g3JlfqiziAq18Uil0uH8V8+00EpUoSpflNnDqGwN2wLJ5seZV/R941+t2S6V2ADI8eFFL0c0lbDGJJI72b4wk4IfsV/dESDqgkX5krOWdl4h+uey7eToeLrmqYGGN4NukAHxLL4hldGnDeQ3MwgOQ2ib+fmn27H54UL5R7BKguUrkqnCrp/aP8IbqbS8AwBLyIoj8BO/AjG729obhXkKNFJIdR2dg4XrJl3COu30APe+jli2jjtn2fHLMqXgD5jPNHTPjartcapn50JC1QY+z8pT649aB70fJv/4R1X/u8bCDhAjNgy52+bnB8t51oMZQW+OA66ZMKbJvl+S/O0jOfSMZIkUuDnhLPgl4eTijXknll8BZaWp3J0XZ26kHvl+I0iUbmDgj9UcHWsQowYzTO3nhEecXTJNZnu+R6c86Ss6CIKiA4fDXIetgLmZ0Se5EZ1ZfHtGCkiSHnfybIiERvEMaCOOLc9mlDwIT76hRJE91R22rg/116JnLvbI+i0frZ/syNh15/DImhEz8zx0AN+Q02CLT2FogGwIXTk2075joUBj0FuMz7V3g+FAH9xJ+/xJShs6NYLbz+FiBNDyQAXBfsqRSFm4WNWqGCwxTskvzN8UeEZwANGijhHY3yq2GL8ZiaaHBJ0y8qLAwXfxPcB9xGja1KU/lVUpXNZANXD1zpJ4oiraDI2BqFmUiK+waexI2SzW6Gqc5XeLvUpYFgN8TPOWc2oYYx70qtT/rmzLVKejE/xzMARI0taPMINXbNziilMAQvr/boeNK1mtknu9UE7bjoiHa5DnLiBEhH3Q
Hi Jack, We’ve got lots of variables at play here. First, Docker Swarm (which is the TIER reference), K8, AWS ECS, etc. all work Docker Secrets and Configs differently. Second, grouper configs (and embedded secrets) are everywhere… grouper.hibernate.properties, subject.properties, sources.xml, ldap.properties, grouper-loader.properties. Ideally, we could just pass in grouper database settings and all the other info would come from the database. Done! Third, (I’ve deployed many Grouper deployments) everyone is really different. Multiple subject sources, multiple loader sources, many provisioning targets… There are a lot of combinations, and anything other than a very simple env necessarily require modifying many of the previously mentioned files. It can’t be templated very easily. I’m working with a client right now who has duplicated subject, loader, and provisioning targets with differing connection strings, connection account credentials, base DNs, etc. So almost none of the config is baked into the image because everything changes between test and prod, and it is all stored in Docker Secrets and Configs. Here’s a sample of their Swarm secrets and configs: $ docker secret ls ID NAME DRIVER CREATED UPDATED i8vczzgpxfx29i0nxmgt6tls9 grouper-loader-2.properties 7 days ago 7 days ago p6g3inpg9jh0zwqbvz38fzcmf grouper-loader.properties 13 days ago 13 days ago vdmz5t01itc3kuk35hnchbecr grouper.hibernate.properties 2 weeks ago 2 weeks ago n69ag5l04jbcz6vv6g5ut76vq host-key.pem 2 weeks ago 2 weeks ago pf1wnp97ioaiv1m9ykq0qnh7r ldap-2.xml 7 days ago 7 days ago tzzi9tbxm1voeiyjsf6pc9lcw ldap.xml 12 days ago 12 days ago jdvlchztqj270koxd1t0m8znr sp-key.pem 13 days ago 13 days ago uncnezdbqrs41fqd02dntn970 subject-2.properties 5 days ago 5 days ago zvpgp9iztfcslpjxj4wgt5twy subject-3.properties 5 days ago 5 days ago 2z2jrwxneq5a9epr2ikhz37el subject.properties 13 days ago 13 days ago $ docker config ls ID NAME CREATED UPDATED e81oi8bo91g2pzffai4ptqhb2 host-cert.pem 2 weeks ago 2 weeks ago kxmw0mvrcslgr5q31h8iztea9 shibboleth2.xml 13 days ago 13 days ago lmw7n0ya1apuau9h1hrg7rk49 sp-cert.pem 13 days ago 13 days ago You’ll notice that some of the items are “versioned”. Swarm doesn’t let you update secrets themselves. You add new ones and update the service to drop the old secret and re-map the new. That may sound painful, but being able to call “docker service rollback ui” and have it revert your configs is pretty cool. I’ve been building a Kubernetes deployment config. Check my next email to the list for details about that. But it’s K8’s secrets and configs is more flexible in some regards and a pain in the butt in others. It expects to set the config files of the entire directory… heaven forbid you don’t want to wipe out the other files in classes/ or conf/. You have to jump through some hurdles to replace only one file at a time… And don’t you dare try to map something into /run/secrets (where Docker Swarm does it), it freaks out. You have to map them into /var/run/secrets/ which gets linked back to /run/secrets. BTW, this all took me about 4 or 5 hours to figure out as it isn’t well documented… (Most K8 people don’t have to worries about using /run/secrets, but we are working with Swarm as the primary target and that is what it does.) So I think the cleaner solution is for someone at Global Summit to buy the Grouper dev team breakfast, lunch, and dinner tomorrow and ask them to centralize the configs into the database. Yes, this has problems too, but it’s a step in the right direction.
From: <> on behalf of Jack Stewart <> Everyone, Again, this is a great discussion! I guess I've stepping around it this question, but I'll ask it directly: when will the Grouper containers be delivered by TIER in such a way that the configuration files and/or individual configuration parameters can easily be converted to secrets? I've been trying to make the point that if we have to tear into every one of the Grouper configuration files and convert them over to our secrets management system, even if it's only during major upgrades, that's a lot of work. I recently heard that the Grouper containers would be made to be more "Kubernetes friendly" soon. Is this what was meant? Thanks, Jack On Mon, May 7, 2018 at 12:21 PM, John Gasper <> wrote:
-- Jack Stewart Solutions Architect, Identity and Access Management University of Michigan 4251 Plymouth Road Ann Arbor, Michigan 48105-3640 (734) 764-0853 |
- Re: [grouper-users] Containerized Grouper and Secrets, John Gasper, 05/01/2018
- Re: [grouper-users] Containerized Grouper and Secrets, John Gasper, 05/07/2018
- Re: [grouper-users] Containerized Grouper and Secrets, Jack Stewart, 05/08/2018
- Re: [grouper-users] Containerized Grouper and Secrets, John Gasper, 05/10/2018
- Re: [grouper-users] Containerized Grouper and Secrets, Jack Stewart, 05/10/2018
- Re: [grouper-users] Containerized Grouper and Secrets, John Gasper, 05/10/2018
- Re: [grouper-users] Containerized Grouper and Secrets, Jack Stewart, 05/08/2018
- Re: [grouper-users] Containerized Grouper and Secrets, John Gasper, 05/07/2018
Archive powered by MHonArc 2.6.19.