-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 4.16.0, 5.3.2, 5.4.1, 5.9.0, 5.8.3, 5.9.1
-
Fix Version/s: None
-
Component/s: Docker
-
Labels:None
-
Severity:High
-
Regression:Yes
To reproduce:
1.Enable anonymous access
2.Set Password Encryption Policy (Admin -> Security) to REQUIRED
3.Grant the anonymous user read permissions on a docker repo
4.curl "http://localhost:8080/artifactory/api/docker/docker-local-v2/token"
response:
{"statusCode":401,"details":"BAD_CREDENTIAL"}Important:
Make sure you don't have any previous successful auth cache as it will mask the problem
- is related to
-
RTFACT-9276 Docker login gets 401 when using encrypted password
- Done