IDToken/OIDC feature unusable for private network deployments #9349
-
ProblemI'm trying to use the IDToken feature for AWS IAM OIDC workload identity, but my Concourse deployment is in a private network (not publicly accessible). The issue:
Current workaround:
QuestionIs there a recommended way to use IDToken with private Concourse deployments? One idea I had: Allow configuring a separate Would appreciate any guidance or suggestions! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi, yeah, as of now for the idtoken feature to work properly it is neccessarry that your Concourse is publicly reachable. Your propoesed solution might help a bit, but will result in issues during signing-key rotation. You could completely disable the key-rotation, but from a security perspective that would be a very bad idea |
Beta Was this translation helpful? Give feedback.
-
|
Implemented in this PR |
Beta Was this translation helpful? Give feedback.
Implemented in this PR