-
We have following Problem: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
What token are you talking about? Authentication token or Kubernetes service discovery token? |
Beta Was this translation helpful? Give feedback.
-
should be kubernetes service discovery its the token file under /var/run/secrets/kubernetes.io/serviceaccount |
Beta Was this translation helpful? Give feedback.
-
It appears you need to upload a new configuration file, namely
Since the token is part of the
Hope this helps! |
Beta Was this translation helpful? Give feedback.
It appears you need to upload a new configuration file, namely
ocelot.json
, to the Ocelot instance.Since the token is part of the
ServiceDiscoveryProvider
global settings, you need a new token with aocelot.json
file inside the created Ocelot instance. To reuse the new service discovery token:ocelot.json
containing the updated config. Then deploy …