dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
277 stars 132 forks source link

docs: update oidc chapter to explain trust anchors #7554

Closed paulmillar closed 2 months ago

paulmillar commented 2 months ago

Motivation:

Issue #7553 describes how it's currently undocumented that the OIDC plugin uses Java's built-in trust store.

Modification:

Document behaviour

Result:

Admins may have a better understanding of how to configure their dCache.

Target: master Requires-notes: no Requires-book: yes Request: 9.2

svemeyer commented 2 months ago

Shouldn't this be backported to 10.0, too?

paulmillar commented 2 months ago

Good catch. Sorry, I somehow missed the 10.0 branch.

Pull-request now exists: https://github.com/dCache/dcache/pull/7558