jenkinsci / jenkinsci/configuration-as-code-plugin

Configure credentials in within specific folders

Open
#2,806 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
2.8k
Forks
756
Avg merge
9h 47m
Merged PRs (30d)
10

Description

### What feature do you want to see added?

Please can we allow credentials to be configured within folders, e.g:
```
- string:
description: "Test Cred"
id: "example"
scope: GLOBAL
secret: "infra-scope-test"
folder: "example-folder"
```

Rational: We want to create credentials in code that are not accessible to all folders. Currently this is a security issue and allow any credentials created to be accessed by any folder and any build.

### Upstream changes

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.