Skip to content

Commit 4c9363c

Browse files
ISSUE #390
1 parent c5f4a1e commit 4c9363c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/plugins/minos-discovery-kong/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ discovery:
125125
client: minos.plugins.kong.KongDiscoveryClient
126126
host: localhost
127127
auth-type: jwt
128-
token-exp-minutes: 60
128+
token-exp: 60 # seconds
129129
port: 8001
130130
...
131131
```

packages/plugins/minos-discovery-kong/minos/plugins/kong/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
import httpx as httpx
1313
import jwt
14-
from pytz import (
15-
utc,
16-
)
1714

1815
from minos.common import (
1916
Config,

0 commit comments

Comments
 (0)