Skip to content

Commit

Permalink
Merge pull request #604 from permitio/oded/per-10149-remove-old-route…
Browse files Browse the repository at this point in the history
…s-from-the-pdp-opal-1

Fix env var description
  • Loading branch information
obsd committed Jun 30, 2024
2 parents 5857f64 + bca6cb5 commit 384df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opal-client/opal_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class OpalClientConfig(Confi):
EXCLUDE_POLICY_STORE_SECRETS = confi.bool(
"EXCLUDE_POLICY_STORE_SECRETS",
False,
description="If set, policy store secrets will be excluded from the logs",
description="If set, policy store secrets will be excluded from the /policy-store/config route",
)

# create an instance of a policy store upon load
Expand Down

0 comments on commit 384df7e

Please sign in to comment.