When authenticating using docker login with username and API key of an LDAP user, Artifactory will always check against the LDAP service, even if this is in the cache period.
Steps to reproduce:
artifactory.security.authentication.cache.idleTimeSecs set to default 300sec
1. Preform docker login with LDAP user name and API key.
#Artifactory will check against LDAP service.
2. Wait for 10 seconds
3. Preform the same docker login.
#Artifactory will again check the LDAP service.
- is duplicated by
-
RTFACT-22824 Non UI Authentication cache should work for all docker requests
-
- Reopened
-
- triggered
-
RTFACT-22897 API Key auth doesn't trigger LDAP group sync when REALM isn't LDAP
- Done
- was triggered by
-
RTFACT-13669 API Key auth for an LDAP user might not be checked against the LDAP server
- Done