Skip to content

Commit

Permalink
upgraded kbs version (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgowda committed May 31, 2024
1 parent 19a0769 commit 48db1e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REPO := localhost:5000
SHELL := /bin/bash

GITCOMMIT := $(shell git describe --always)
VERSION := v1.0.1
VERSION := v1.1.0
BUILDDATE := $(shell TZ=UTC date +%Y-%m-%dT%H:%M:%S%z)
PROXY_EXISTS := $(shell if [[ "${https_proxy}" || "${http_proxy}" ]]; then echo 1; else echo 0; fi)
DOCKER_PROXY_FLAGS := ""
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Follow these instructions to install the PyKMIP KMS. If your organization is usi

KBS can be built using targets from Makefile.

`make docker` is used to build the KBS docker image (key-broker-service:v1.0.1) using the Dockerfile.
`make docker` is used to build the KBS docker image (key-broker-service:v1.1.0) using the Dockerfile.

### Install the KBS

Expand Down Expand Up @@ -203,7 +203,7 @@ On Linux, follow the steps below to install the KBS:
4. Run the KBS container.
```bash
docker run -d --restart unless-stopped --name kbs --env-file <KBS env file> -p <KBS port>:9443 -v /etc/kbs/certs:/etc/kbs/certs -v /etc/hosts:/etc/hosts -v /opt/kbs:/opt/kbs trustauthority/key-broker-service:v1.0.1
docker run -d --restart unless-stopped --name kbs --env-file <KBS env file> -p <KBS port>:9443 -v /etc/kbs/certs:/etc/kbs/certs -v /etc/hosts:/etc/hosts -v /opt/kbs:/opt/kbs trustauthority/key-broker-service:v1.1.0
```
## KBS key creation and key retrieval
Expand Down

0 comments on commit 48db1e0

Please sign in to comment.