[
https://issues.apache.org/jira/browse/BEAM-13932?focusedWorklogId=732917&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-732917
]
ASF GitHub Bot logged work on BEAM-13932:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Feb/22 08:07
Start Date: 25/Feb/22 08:07
Worklog Time Spent: 10m
Work Description: andreykus commented on a change in pull request #16842:
URL: https://github.com/apache/beam/pull/16842#discussion_r814553797
##########
File path: playground/backend/containers/python/entrypoint.sh
##########
@@ -14,4 +14,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+nohup /opt/mitmproxy/mitmdump -s /opt/mitmproxy/allow_list_proxy.py -p 8081 &
+while [ ! -f /home/appuser/.mitmproxy/mitmproxy-ca.pem ] ;
+do
+ sleep 2
+done
+openssl x509 -in /home/appuser/.mitmproxy/mitmproxy-ca.pem -inform PEM -out
/home/appuser/.mitmproxy/mitmproxy-ca.crt
+cp /home/appuser/.mitmproxy/mitmproxy-ca.crt
/usr/local/share/ca-certificates/extra/
+update-ca-certificates
+cat /home/appuser/.mitmproxy/mitmproxy-ca.pem >>
/usr/local/lib/python3.7/site-packages/certifi/cacert.pem
Review comment:
this needed only on python env. ?
--
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: 732917)
Time Spent: 2h (was: 1h 50m)
> [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: 2h
> 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)