jenkinsci / jenkinsci/credentials-plugin
[JENKINS-65213] the global-scoped credentials cannot be read
- Dominant language
- Java
- Stars
- 134
- Forks
- 258
- Avg merge
- 48m
- Merged PRs (30d)
- 1
Description
The plugin's strategy has been enabled with Run as anonymous, As well as its permissions have already contained the Credentials/View by role-strategy plugin, However, The build output prints out the message: ERROR: Could not find credentials matching MY-PWD, Therefore, I assume that the plugin doesn't have this covered? Which I decided to restore my settings back by not using it even if there's a warning saying about strongly recommending using this plugin from Manage Jenkins page.
---
Originally reported by caryyu, imported from: the global-scoped credentials cannot be read
Raw content of original issue
The plugin's strategy has been enabled with Run as anonymous, As well as its permissions have already contained the Credentials/View by role-strategy plugin, However, The build output prints out the message: ERROR: Could not find credentials matching MY-PWD, Therefore, I assume that the plugin doesn't have this covered? Which I decided to restore my settings back by not using it even if there's a warning saying about strongly recommending using this plugin from Manage Jenkins page.
environment
```
Jenkins 2.263.4
authorize-project:1.4.0
role-strategy:3.1.1
```
Contributor guide
Assessment
This issue has not been assessed yet.