Skip to content

Commit

Permalink
Merge branch 'main' into ui/VAULT-29577/split-path-help-fns
Browse files Browse the repository at this point in the history
  • Loading branch information
hashishaw authored Aug 7, 2024
2 parents 96cb13b + cac0af4 commit 2390201
Show file tree
Hide file tree
Showing 67 changed files with 1,650 additions and 1,088 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: BUSL-1.1

## DOCKERHUB DOCKERFILE ##
FROM alpine:3.18 as default
FROM alpine:3 as default

ARG BIN_NAME
# NAME and PRODUCT_VERSION are the name of the software in releases.hashicorp.com
Expand Down Expand Up @@ -75,7 +75,7 @@ CMD ["server", "-dev"]


## UBI DOCKERFILE ##
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 as ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal as ubi

ARG BIN_NAME
# PRODUCT_VERSION is the version built dist/$TARGETOS/$TARGETARCH/$BIN_NAME,
Expand Down
2 changes: 1 addition & 1 deletion audit/backend_noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (n *noopWrapper) Process(ctx context.Context, e *eventlogger.Event) (*event
// formatted headers that would have made it to the logs via the sink node.
// They only appear in requests.
if a.Subtype == RequestType {
reqEntry := &RequestEntry{}
reqEntry := &Entry{}
err = json.Unmarshal(b, &reqEntry)
if err != nil {
return nil, fmt.Errorf("unable to parse formatted audit entry data: %w", err)
Expand Down
Loading

0 comments on commit 2390201

Please sign in to comment.