auth-proxy icon indicating copy to clipboard operation
auth-proxy copied to clipboard

Need add --privileged=true to avoid error "Invalid UID in persistent keyring name while opening default credentials cache"

Open ghost opened this issue 8 years ago • 5 comments

docker run -p 80:80 -p 443:443 -p 88:88 -h mydomain.com -e BACKEND=https://10.66.140.22:8443 -ti liggitt/auth-proxy Loading random data Initializing database '/var/kerberos/krb5kdc/principal' for realm 'MYDOMAIN.COM', master key name 'K/[email protected]' kadmin.local: Invalid UID in persistent keyring name while opening default credentials cache

ghost avatar Jul 13 '16 06:07 ghost

I'm having the same issue here.

c4milo avatar Dec 19 '17 16:12 c4milo

The same issue, do you have any way out in terms of it ?

SoyeeDst avatar Apr 26 '18 20:04 SoyeeDst

verify kadmin_server & kdc hosts in /etc/krb5.conf file. Correct it if its wrong and retry

ansarigulshad avatar Aug 28 '18 11:08 ansarigulshad

Just comment # default_ccache_name = KEYRING:persistent:%{uid} on /etc/krb5.conf file.

Look this reference.

brunowego avatar Nov 02 '18 13:11 brunowego

U saved my day! @brunowego

herizsh avatar Mar 07 '22 14:03 herizsh