[ 
https://issues.apache.org/jira/browse/BEAM-13932?focusedWorklogId=726889&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-726889
 ]

ASF GitHub Bot logged work on BEAM-13932:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/22 08:40
            Start Date: 15/Feb/22 08:40
    Worklog Time Spent: 10m 
      Work Description: pavel-avilov commented on a change in pull request 
#16842:
URL: https://github.com/apache/beam/pull/16842#discussion_r806579173



##########
File path: playground/backend/containers/go/Dockerfile
##########
@@ -76,9 +76,11 @@ RUN sh /proxy.sh
 # Create a user group `appgroup` and a user `appuser`
 RUN groupadd --gid 20000 appgroup \
   && useradd --uid 20000 --gid appgroup --shell /bin/bash --create-home appuser
-# Chown all the files to the app user.
-RUN chown -R appuser:appgroup /opt/playground/backend/ && chown -R 
appuser:appgroup /opt/playground/prepared_folder/ \
-  && chmod +x /entrypoint.sh
+
+RUN mkdir -p /opt/playground/backend/executable_files/

Review comment:
       sry, i meant executable_files to `PIPELINES_FOLDER_NAME`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 726889)
    Time Spent: 1h 10m  (was: 1h)

> [Playground] Container's user privileges
> ----------------------------------------
>
>                 Key: BEAM-13932
>                 URL: https://issues.apache.org/jira/browse/BEAM-13932
>             Project: Beam
>          Issue Type: Bug
>          Components: beam-playground
>            Reporter: Aydar Zaynutdinov
>            Assignee: Aydar Zaynutdinov
>            Priority: P3
>              Labels: beam-playground-devops
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Now a user has privileges to change files under _opt/playground/backend_ 
> folder. Need to change it to {_}opt/playground/backend/executable_files{_}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to