Skip to content

Commit

Permalink
Merge pull request #60 from ripienaar/030
Browse files Browse the repository at this point in the history
(misc) Release 0.3.0
  • Loading branch information
ripienaar authored Dec 22, 2019
2 parents c4b4b5b + 7bbd9ff commit 5729fb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2019/12/22| |Release 0.3.0 |
|2019/12/22|55 |Allow TLS to be disabled using `--disable-tls` for use in Kubernetes |
|2019/12/21|2 |Allow users to be set in a separate file that gets hot reloaded |
|2019/12/21|50 |Support NATS JetStream for auditing |
|2019/12/21|48 |Support user properties |
|2019/12/19|42 |Support Open Policy Agent |
|2019/04/19| |Release 0.2.0 |
|2019/04/19|34 |Run as the root user on el7 as well |
|2019/02/15| |Release 0.1.0 |
Expand Down
2 changes: 2 additions & 0 deletions packager/templates/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN mkdir -p "/{{cpkg_name}}/tls" && \
mkdir -p "/{{cpkg_name}}/signer" && \
mkdir -p "/{{cpkg_name}}/signer/choria" && \
mkdir -p "/{{cpkg_name}}/signing" && \
mkdir -p "/{{cpkg_name}}/users" && \
mkdir -p "/{{cpkg_name}}/policies" && \
chmod a+x "/{{cpkg_name}}" && \
mkdir /lib64 && \
ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
Expand Down
2 changes: 1 addition & 1 deletion packager/templates/docker/aaasvc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"auditors": [
"logfile"
],
"authorizer": "actionlist",
"authorizer": "opa",
"signer": "basicjwt",
"port": 8080,
"monitor_port": 8081,
Expand Down

0 comments on commit 5729fb3

Please sign in to comment.