Nagendra Gautham Gondi
09/20/2022, 9:56 PMNavina
09/22/2022, 3:37 AMNagendra Gautham Gondi
09/22/2022, 3:02 PMAWS_ACCESS_KEY_ID
, AWS_SECRET_ACCESS_KEY
and AWS_SESSION_TOKEN
. So, instead of hardcoding these in the table config, I created a table by passing above values as environmental variables in the pod and making them available in Broker, Server, controller and Minion.
However, in real cases, we might be dealing with multiple AWS accounts/roles and credentials associated with them. So, overwriting these credentials every time while creating the table might not be a good idea.
Is there any way how I can access cross account streams without passing the credentials in all pinot components, but just within pod?Nagendra Gautham Gondi
09/22/2022, 9:31 PMNavina
09/23/2022, 2:47 AM