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

fix: Enforce device trust on OSS processes #46940

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

codingllama
Copy link
Contributor

@codingllama codingllama commented Sep 26, 2024

Enforce a global "device_trust.mode=required" on OSS processes paired with an Enterprise Auth. This avoids a fail-open problem where an OSS node is paired with an Enterprise Auth, as previously the OSS node would interpret the device mode as "off" regardless of the actual setting.

Setting "device_trust.mode=required" on an OSS Auth is still an error, so it shouldn't be possible to see this particular config on a pure OSS cluster.

Changelog: Enforce a global "device_trust.mode=required" on OSS processes paired with an Enterprise Auth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants