[server] add support for arangodb cert, username, password

Adding support for db username, password and ca cert will
enable users to connect arangodb cloud platform
This commit is contained in:
Lakhan Samani
2023-02-06 18:14:19 +05:30
parent 2d0346ff23
commit 270853a6a3
7 changed files with 104 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19.1-alpine as go-builder
FROM golang:1.19.5-alpine as go-builder
WORKDIR /authorizer
COPY server server
COPY Makefile .