We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f4a1e commit 4c9363cCopy full SHA for 4c9363c
packages/plugins/minos-discovery-kong/README.md
@@ -125,7 +125,7 @@ discovery:
125
client: minos.plugins.kong.KongDiscoveryClient
126
host: localhost
127
auth-type: jwt
128
- token-exp-minutes: 60
+ token-exp: 60 # seconds
129
port: 8001
130
...
131
```
packages/plugins/minos-discovery-kong/minos/plugins/kong/client.py
@@ -11,9 +11,6 @@
11
12
import httpx as httpx
13
import jwt
14
-from pytz import (
15
- utc,
16
-)
17
18
from minos.common import (
19
Config,
0 commit comments