We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2195423 commit 81e6db7Copy full SHA for 81e6db7
CHANGELOG.md
@@ -21,7 +21,8 @@ All notable changes to this project will be documented in this file.
21
- None
22
23
### Bug Fixes:
24
-- Fix to user info endpoint.
+- Fix to user info endpoint.
25
+- Fixed use of OpenAPI v3 spec servers stanza. Tapisservice adds facility to ignore or change expected validated field.
26
27
28
## 1.8.2 - 2025-02-28
Dockerfile
@@ -1,5 +1,5 @@
1
# image: tapis/authenticator
2
-FROM tapis/flaskbase:1.8.1
+FROM tapis/flaskbase:1.8.4
3
4
COPY requirements.txt /home/tapis/requirements.txt
5
RUN pip install -r /home/tapis/requirements.txt
0 commit comments