Skip to content

Commit

Permalink
#3284 - Allow anonymous to read redirect caconfig options (#3289)
Browse files Browse the repository at this point in the history
* #3284 allow anonymus to read redirect caconfig options

---------

Co-authored-by: david g <davidjgonzalez@users.noreply.github.com>
  • Loading branch information
YegorKozlov and davidjgonzalez authored Mar 22, 2024
1 parent ddfff96 commit 4d879ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)

- #3270 - Re-enable accidentally disabled JUnit3/4 tests
- #3200 - Remove useless public interface in Cloud Bundle to get javadocs to be built
- #3284 - Allow anonymous to read redirect caconfig options

## 6.4.0 - 2024-02-22

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ end
# web requests need read access to redirect configurations, e.g. /conf/global/settings/redirects
set ACL for anonymous
allow jcr:read on /conf restriction(rep:glob,/*/settings/redirects)
allow jcr:read on /conf restriction(rep:glob,/*/settings/redirects/*)
end

create service user acs-commons-automatic-package-replicator-service with path system/acs-commons
Expand Down

0 comments on commit 4d879ba

Please sign in to comment.