Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-58743] Document new system properties for DefaultConfidentialStore #7859

Merged
merged 2 commits into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/doc/book/managing/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,24 @@ properties:
Setting this to `true` is unsafe.
See link:/redirect/class-filter/[documentation].

- name: jenkins.security.DefaultConfidentialStore.file
tags:
- feature
def: |
`$JENKINS_HOME/secrets/master.key`
since: 2.497
description: |
Allows to provide an alternative path to load/store the master key.

- name: jenkins.security.DefaultConfidentialStore.readOnly
tags:
- feature
def: |
`false`
since: 2.497
description: |
Setting this to `true` will make Jenkins fail fast in case the `master.key` is missing from the expected path. This is useful if the `master.key` is provided from an external location.

- name: jenkins.security.ClassFilterImpl.SUPPRESS_WHITELIST
tags:
- escape hatch
Expand Down