happy-kitchen-89482
06/08/2025, 7:03 PMacoustic-librarian-29560
06/09/2025, 12:18 PMkeyring
integration into Pants. For my particular use case, I need this done in such a way that it works within both local and docker environments.
I've opened a draft PR following @fast-nail-55400 suggestion of executing keyring
locally once per session when needed, storing the credentials in the cache (I'm like 95% sure the code in my draft PR will need more tinkering to work with docker_environment
still though), and then just having a script that echos them when needed. However, the storing them in cache part feels very hacky to me the way it's currently written. Curious if you or anyone else had any thoughts or opinions around this. My 2 cents is that it would be great to have a standardized mechanism for storing stateful values between pants invocations.fresh-mechanic-68429
06/09/2025, 2:07 PMcurved-manchester-66006
06/09/2025, 2:58 PM