You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
leitosama
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Aug 20, 2024
leitosama
changed the title
[import-document] Support running as an arbitrary user (OpenShift Container Platform)
[import-document,import-file-stix] Support running as an arbitrary user (OpenShift Container Platform)
Aug 21, 2024
leitosama
added a commit
to leitosama/opencti-connectors
that referenced
this issue
Aug 24, 2024
helene-nguyen
added
solved
use to identify issue that has been solved (must be linked to the solving PR)
and removed
needs triage
use to identify issue needing triage from Filigran Product team
labels
Aug 24, 2024
Description
All connectors and OpenCTI Platform are deployed in OpenShift Container Platform.
import-document
connector returnsPermissionError: [Errno 13] Permission denied: '<file>'
error while downloading into container filesystemimport-file-stix
connector returnsPermissionError: [Errno 13] Permission denied: '/.stixmarx'
while starting upThis error occurs because OCP runs container using an arbitrarily assigned user ID (same as Support running as an arbitrary user (OpenShift Container Platform) opencti#4885).
Environment
Reproducible Steps
To reproduce this error in Docker:
docker-compose.yml
in OpenCTI Docker):Expected Output
Import is successful
Actual Output
The connector returns
PermissionError: [Errno 13] Permission denied: '<file>'
Additional information
About OCP arbitrary user
The text was updated successfully, but these errors were encountered: