Authentication with JWT Tokens #20449
Replies: 4 comments 9 replies
-
Hi @amitkumar2283
|
Beta Was this translation helpful? Give feedback.
-
Thanks @MinerYang When I try to access the token service, I get the below: Output:
Is there a missing configuration or did I not interact with the service correctly? |
Beta Was this translation helpful? Give feedback.
-
Hi @amitkumar2283 ,
|
Beta Was this translation helpful? Give feedback.
-
Here is more context: This is the workflow we are planning:
The endpoints WILL NOT be interacting with Registry API; they are only going to pull images/charts. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For security reasons, we would like to use Harbor with JWT authentication. The K8s clients will use externally provided JWT tokens for authentication against Harbor.
flow:
k8sClient
-> sends JWT token ->API gateway
intercepts the communication and authenticates using the Token -> forwards the traffic to backend service (registry)I have some questions:
deployments
? Can we store the JWTs in ageneric secret
and use that forimagePullSecret
Beta Was this translation helpful? Give feedback.
All reactions