Release/2.0.0 - #11
Merged
Merged
Conversation
* Fix examples * Move outputs.tf to proper location * Ignore .tfplan files * Loosen terraform version constraint * TokenDispenserMinimumAccess policy * Terraform helper commands * Enable x86 builds on arm64 * Simplify build process * Update README.md with terraform instructions * Readme typo
authored by: David Yen <david.yen@jpl.nasa.gov>
* added cloudtrail * created s3 bucket policy for the cloudtrail logging bucket * unused code cleanup * comments cleanup * use aws_iam_role_policy instead of aws_iam_role_policy_attachment * direct reference the cloudtrail s3 bucket arn. * code cleaning and turn on cloudtrail management event logging * set default log rentention days to 180 * remove retention days from example.tfvars * set log management event to false --------- Co-authored-by: David Yen <david.yen@jpl.nasa.gov>
* added cloudtrail * created s3 bucket policy for the cloudtrail logging bucket * unused code cleanup * comments cleanup * use aws_iam_role_policy instead of aws_iam_role_policy_attachment * direct reference the cloudtrail s3 bucket arn. * code cleaning and turn on cloudtrail management event logging * set default log rentention days to 180 * remove retention days from example.tfvars * set log management event to false * append random string in the end of cloudtrail bucket name to keep s3 bucket name unique * prevent lifecycle destroy --------- Co-authored-by: David Yen <david.yen@jpl.nasa.gov>
* add EDL token storage/retrieval on new action event * pushed EDL token toi DB with 120s lifespan * using epoche+120 for EDL token expiration * extend token expiration if expiration < 24 hours * Update token_dispenser_lambda.py for EDL expires_at --------- Co-authored-by: DavidVWood44 <david.v.wood@nasa.gov>
* update get_edl_token function * update get_edl_token function
This workflow automatically: - Adds new issues and PRs to the podaac project - Sets their status to 'needs:triage' Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* update get_edl_token function call * update token dispenser client_id for all tokens, this should make dispenser more robust and allow user to change client_id for all tokens
This workflow automatically, when team label is assigned to an issue: - Set podaac project status to triage - Assign to the team github project when it exists, with a New status. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This workflow automatically, when team label is assigned to an issue: - Set podaac project status to triage - Assign to the team github project when it exists, with a New status. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sliu008
approved these changes
Mar 27, 2026
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.
release 2.0.0 has been tested and deployed to all venues.
This PR is to merge release/2.0.0 to master