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

feat: use indexd authz config setting #570

Merged
merged 7 commits into from
Sep 9, 2019
Merged

Conversation

ZakirG
Copy link
Contributor

@ZakirG ZakirG commented Sep 6, 2019

TLDR: Before centralized auth, we use the ACL field to check for unmapped files, but after centralized auth, we use the AUTHZ field.

Deployment changes

Windmill lists unmapped files by checking Indexd. Before centralized auth's deployment, a file was determined to be unmapped by checking if the acl field was null. After centralized auth, we use the authz field instead. The new manifest configuration setting use_indexd_authz in the global block specifies which of the two fields should be used. This field defaults to false.

Deployed in https://qa-canine.planx-pla.net with fence version < 3, index authz field set to false
(by default).

Deployed in https://qa-brain.planx-pla.net with fence version > 3, index authz field set to true.

@mfshao
Copy link
Collaborator

mfshao commented Sep 6, 2019

Also we should test in QA first before merging

Copy link
Collaborator

@mfshao mfshao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

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

Successfully merging this pull request may close these issues.

2 participants