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-73422] Document escape hatch for Authenticated user access to Resource URL #7462

Merged
merged 4 commits into from
Sep 3, 2024
Merged
Changes from 2 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
11 changes: 11 additions & 0 deletions content/doc/book/managing/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,17 @@ properties:
Enable the optional Overall/Manage permission that allows limited access to administrative features suitable for a hosted Jenkins environment.
See https://github.com/jenkinsci/jep/tree/master/jep/223[JEP-223].

- name: jenkins.security.ResourceDomainRootAction.allowAuthenticatedUser
tags:
- security
- escape hatch
def: |
`false`
since: 2.475
description: |
Allow authenticated user access to Resource URLs.
Dohbedoh marked this conversation as resolved.
Show resolved Hide resolved
Escape hatch for a security hardening, see link:/security/advisory/2024-01-24/#SECURITY-3314[2024-01-24 security advisory].
Dohbedoh marked this conversation as resolved.
Show resolved Hide resolved

- name: jenkins.security.ResourceDomainRootAction.validForMinutes
tags:
- tuning
Expand Down