Access-scoped server endpoints + generated-only Python SDK#697
Merged
Conversation
Add UserPreferences to iam-service (most-recent project / group-resource-profile / compute selections + per-app favorites): entity, composite PK, repository, service, proto RPCs, and gRPC wiring.
Add additive *WithAccess reads and composite/reconciled write endpoints across research/compute/storage/credential/iam services: server-computed access flags, GetFullExperiment, SearchExperimentsWithAccess, SetEntitySharing + SharedEntity composites, reconciled group and group-resource-profile writes, LaunchExperimentWithStorageSetup, CloneExperimentWithInputFiles, and CopyFile/DownloadDataProduct storage primitives. Add the ExperimentSet service (define-from-spec, sweep expansion, persistence) and the V1 baseline tables backing it.
Delete the airavata_sdk facade/helpers/clients; regenerate a single top-level `airavata` package of raw gRPC stubs plus a thin airavata_experiments client and Bearer-authed channel. Fold codegen into a self-contained uv script.
Drop the authorizationSettings block and authorizationServicesEnabled from pga-public. A client carrying authorization services is imported as a confidential resource server (publicClient forced false), which broke the portal's public PKCE login with unauthorized_client.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Server + SDK groundwork so the Django portal (and any client) can run on raw gRPC with no Python SDK facade.
*WithAccessreads + composite/reconciled write endpoints across research / compute / storage / credential / iam — server-computed access flags,GetFullExperiment,SearchExperimentsWithAccess,SetEntitySharing+ SharedEntity composites, reconciled group & group-resource-profile writes,LaunchExperimentWithStorageSetup,CloneExperimentWithInputFiles,CopyFile/DownloadDataProduct.airavatapackage over the server stubs; delete the facade / helpers / clients; codegen folded into a uv script.pga-publicto a public PKCE client (drop theauthorizationSettingsblock that forced it confidential and broke portal login).