(#971) - add Argo Workflows manifests (staging)#976
Closed
(#971) - add Argo Workflows manifests (staging)#976
Conversation
- Add API endpoint POST /workflows/index-all-s3-to-es - Add IndexS3GraphToEs service to index S3 objects to ES - Add WorkflowPolicy for admin authorization - Add Argo WorkflowTemplate with Keycloak auth - Add rake task s3:index_all_to_es for manual runs - Update README with workflow documentation
Drops the ES indexing API endpoint, service, policy, rake task, and Argo WorkflowTemplate as this functionality is no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
excelsior
reviewed
Feb 19, 2026
| submitOptions: { | ||
| parameters: [ | ||
| "graph-s3-path=#{graph_s3_path}", | ||
| "dest-bucket=#{dest_bucket}" |
Collaborator
There was a problem hiding this comment.
What's the destination bucket for here?
added 5 commits
February 19, 2026 20:14
Moves sync_envelope_graph_with_s3.rb and app-deployment.yaml changes out of this branch — to be delivered in a dedicated PR.
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.
Summary
Adds Argo Workflows infrastructure to staging environment with workflows for CE Registry ZIP bundling and graph resource validation.
Changes
Argo Infrastructure
credreg-stagingnamespacehttps://argo-staging.credentialengineregistry.org/workflowsmain-app-service-accountgranted Argo executor permissions (workflowtaskresults)IAM / IRSA
cer-envelope-graphs,ocn-exports, andcer-resources*buckets to the application IRSA policy (S3ObjectRW+S3BucketReadMeta)CE Registry ZIP Bundle Workflow
bundle-ce-registry-to-zip*.jsonfiles froms3://cer-envelope-graphs/ce_registry/(310k+ files)s3://cer-envelope-downloads/)ce_registry_{unix_timestamp}_{random_hex}.zipGraph Resource Validation Workflow
validate-graph-resources@grapharray and extracts resources withceterms:ctidceterms:ctidare skipped{ctid}.jsonto a configurable destination bucket (default:s3://cer-resources-prod/) using 32 parallel workersNew Files
argo-workflow/bundle-ce-registry-workflow-template.yamlargo-workflow/validate-graph-resources-workflow-template.yamlContributes to #971