Skip to content

Commit

Permalink
Fix permissions for /certs/ca directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MahnoorAsghar committed May 13, 2024
1 parent c0f25a3 commit e16d0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure-nonroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chown "${IRONIC_USER}":"${IRONIC_GROUP}" /shared
# that need to have correct ownership as the entire ironic in BMO
# deployment shares a single fsGroup in manifest's securityContext
mkdir -p /certs/ca
chown "${IRONIC_USER}":"${IRONIC_GROUP}" /certs{,/ca}
chown -R "${IRONIC_USER}":"${IRONIC_GROUP}" /certs{,/ca}
chmod 2775 /certs{,/ca}

# ironic and httpd related changes
Expand Down

0 comments on commit e16d0c8

Please sign in to comment.