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

Allow ARN patterns to be used instead of full values #37

Closed
lisakaser opened this issue Aug 12, 2024 · 2 comments
Closed

Allow ARN patterns to be used instead of full values #37

lisakaser opened this issue Aug 12, 2024 · 2 comments

Comments

@lisakaser
Copy link

lisakaser commented Aug 12, 2024

1 story point

Add code that reads config and looks up the Kinesis stream and S3 bucket (Examples in OA)

Acceptance review:
Operator can provide an environment agnostic pattern for AWS Kinesis and S3 resources.

@lisakaser lisakaser added this to the DPT Minimum Viable Product milestone Aug 12, 2024
@lisakaser lisakaser changed the title Research: How to represent mechanics of different environments (Environment variables vs flags decision) Allow ARN patterns to be used instead of full values Oct 7, 2024
@eigenbeam
Copy link
Contributor

After starting this ticket, I realized we can do two things:

  1. Use just the stream name, not the full AWS ARN, to specify the Kinesis stream we will publish to
  2. Use the ${environment} in the stream name, which will get replaced with whatever environment the operator has specified when running metgenc.

The example/modscg.ini file has been updated to show how this works now.

@eigenbeam eigenbeam assigned afitzgerrell and unassigned eigenbeam Oct 9, 2024
@lisakaser
Copy link
Author

Amy completed test and no questions/problems came up, so I am closing this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants