Teleport ArgoCD Configuration #44900
-
i want to know if this ArgoCD Teleport configuration is alright.
Because it seems like there might be an issue with the storage block, there's no item showing in dynamo table. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
sessions are not getting uploaded to s3 too |
Beta Was this translation helpful? Give feedback.
-
It looks OK, with a few issues:
spec:
source:
helm:
values:
auth:
teleportConfig:
teleport:
storage:
... This is why your config isn't being applied. For DynamoDB config examples, see https://goteleport.com/docs/reference/backends/#configuring-the-dynamodb-backend.
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much, it worked.
My teleport is running on EKS and the organization doesn't allow running |
Beta Was this translation helpful? Give feedback.
-
I've deleted the PVC, redeployed the chart, everything is all synced up but i get this from
mind you I have removed the github authentication from my config
running I thought redeploying means I will be starting from scratch with all previous resources deleted because the admin user is no longer on the team |
Beta Was this translation helpful? Give feedback.
It looks OK, with a few issues:
audit_session_uri
is a plural, it should beaudit_sessions_uri
audit_event_uri
is a plural, it should beaudit_events_uri
Your
storage
section should be set as a config override:This is why your config isn't being applied.
For DynamoDB config examples, see https://goteleport.com/docs/reference/backends/#configuring-the-dynamodb-backend.
0.0.0.0:3025
?