globus / globus-compute

Globus Compute: High Performance Function Serving for Science
https://www.globus.org/compute
Apache License 2.0
138 stars 44 forks source link

Pass parent config to UEP templates #1571

Closed chris-janidlo closed 1 month ago

chris-janidlo commented 1 month ago

Description

Introduces the parent_config variable to UEP templates, which is always populated with the Config of the parent MEP. Also validates that users don't attempt to override it.

Additionally introduces an autoclass doc for the Config object, to show admins exactly what is available.

[sc-33483]

Type of change