Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seplee committed Apr 13, 2024
1 parent 4f118f0 commit e67877b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
app = Flask(__name__)
app.secret_key = urandom(24)

print(environ["REQUESTS_CA_BUNDLE"])
# print(environ["REQUESTS_CA_BUNDLE"])
GOOGLE_CLIENT_ID = environ["GOOGLE_CLIENT_ID"]
GOOGLE_CLIENT_SECRET = environ["GOOGLE_CLIENT_SECRET"]
GOOGLE_DISCOVERY_URL = (
Expand Down
6 changes: 3 additions & 3 deletions api/cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RUN groupadd --gid 1010 socketWriters
&& chown -R appUser /app

# sate netskope
COPY cloud/nscacert.pem /etc/ssl/certs/nscacert.pem
ENV REQUESTS_CA_BUNDLE="/etc/ssl/certs/nscacert.pem"
ENV PYTHONHTTPSVERIFY=0
# COPY cloud/nscacert.pem /etc/ssl/certs/nscacert.pem
# ENV REQUESTS_CA_BUNDLE="/etc/ssl/certs/nscacert.pem"
# ENV PYTHONHTTPSVERIFY=0

USER appUser
ENV PATH="${PATH}:/home/appUser/.local/bin"
Expand Down

0 comments on commit e67877b

Please sign in to comment.