Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Restrictive SecurityContext on Tornjak pod prevents correct execution #223

Closed
mrsabath opened this issue Apr 19, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@mrsabath
Copy link
Contributor

Frontend Tornjak is composed of npm libraries executing React code to build UI interface. The restrictive SecurityContext prevents the code from writing to the local cache directory.

caught ReferenceError: process is not defined
    at 4043 (<anonymous>:2:13168)
    at r (<anonymous>:2:306599)
    at 8048 (<anonymous>:2:9496)
    at r (<anonymous>:2:306599)
    at 8641 (<anonymous>:2:1379)
    at r (<anonymous>:2:306599)
    at <anonymous>:2:315627
    at <anonymous>:2:324225
    at <anonymous>:2:324229
    at e.onload (index.js:1:1)
4043 @ VM43:2
r @ VM43:2
8048 @ VM43:2
r @ VM43:2
8641 @ VM43:2
r @ VM43:2
(anonymous) @ VM43:2
(anonymous) @ VM43:2
(anonymous) @ VM43:2
e.onload @ index.js:1
be @ index.js:1
de @ index.js:1
handleErrors @ webpackHotDevClient.js:169
push../node_modules/react-dev-utils/webpackHotDevClient.js.connection.onmessage @ webpackHotDevClient.js:213
load (async)
be @ index.js:1
de @ index.js:1
handleErrors @ webpackHotDevClient.js:169
push../node_modules/react-dev-utils/webpackHotDevClient.js.connection.onmessage @ webpackHotDevClient.js:213
index.js:1 EACCES: permission denied, mkdir '/usr/src/app/node_modules/.cache'
@mrsabath mrsabath self-assigned this Apr 19, 2023
@mrsabath mrsabath added the bug Something isn't working label Apr 19, 2023
mrsabath added a commit that referenced this issue Apr 19, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
mrsabath added a commit that referenced this issue Apr 19, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue Apr 24, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue Apr 24, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue Apr 24, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue Apr 24, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue Apr 24, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
mrsabath added a commit that referenced this issue May 4, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue May 12, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
mrsabath added a commit that referenced this issue May 12, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
mrsabath added a commit that referenced this issue May 12, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue May 15, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
marcofranssen pushed a commit that referenced this issue May 16, 2023
Resolves issue #223

Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant