Skip to content

Commit

Permalink
Merge pull request openshift#265 from EmilyM1/add-oauth-logs
Browse files Browse the repository at this point in the history
add capability for oauth-server audit logging
  • Loading branch information
openshift-merge-robot authored Apr 11, 2022
2 parents 40ae48f + 0e87121 commit b0f5083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection-scripts/gather_audit_logs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "WARNING: Collecting one or more audit logs on ALL masters in your cluster.
# $2 - local output path
# $3 - node name
# $4 - log file name
paths=(openshift-apiserver kube-apiserver oauth-apiserver etcd)
paths=(openshift-apiserver kube-apiserver oauth-apiserver etcd oauth-server)
for path in "${paths[@]}" ; do
output_dir="${BASE_COLLECTION_PATH}/audit_logs/$path"
mkdir -p "$output_dir"
Expand Down

0 comments on commit b0f5083

Please sign in to comment.