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

Support Globus auth policies on endpoints #1321

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

rjmello
Copy link
Member

@rjmello rjmello commented Oct 2, 2023

Description

Endpoint admins can now define a Globus authentication policy directly in an endpoint's configuration or by using the --auth-policy flag when running the globus-compute-endpoint configure command.

Users are evaluated against the policy when submitting tasks, retrieving endpoint information, etc. The Globus Compute web service handles both evaluation and enforcement (see https://github.com/globusonline/funcx-services/pull/501).

[sc-26335]

Type of change

  • New feature (non-breaking change that adds functionality)

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #26335: Support Auth Policies on Endpoints.

@rjmello rjmello force-pushed the sc-26335/auth-policies branch from df526c1 to 1986ca0 Compare October 5, 2023 20:30
@rjmello rjmello marked this pull request as ready for review October 5, 2023 20:33
Copy link
Contributor

@joshbryan-globus joshbryan-globus left a comment

Choose a reason for hiding this comment

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

LGTM

Depending on how soon we get support for creating auth policies in the webapp, we may want to eventually add in some helper functions to be able to create an appropriate auth policy when you configure the endpoint (e.g. --allowed_domains etc.) But that can be a separate story later.

Endpoint admins can now define a Globus authentication policy to
evaluate endpoint users against. The web service handles both evaluation
and enforcement.
@rjmello rjmello merged commit cd42ebe into main Oct 11, 2023
15 checks passed
@rjmello rjmello deleted the sc-26335/auth-policies branch October 11, 2023 14:27
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.

3 participants