Unroot docker examples and fix stdout permissions in container#11523
Unroot docker examples and fix stdout permissions in container#11523mattklein123 merged 18 commits intoenvoyproxy:masterfrom
Conversation
junr03
left a comment
There was a problem hiding this comment.
Thanks for the contribution, do you mind updating any stale docs? Thanks!
/wait
9cd3fcf to
c0f3b58
Compare
|
@junr03 i have updated the relevant docs - not sure if there are others - but these seem to be the ones that directly referenced the port I have again committed separately - but will happily squash |
|
also, im wondering if i should add a doc about the |
Yes, please. /wait |
c0f3b58 to
c0d98a6
Compare
|
documentation added |
c0d98a6 to
1b1bee7
Compare
1b1bee7 to
d5ae3f3
Compare
|
Looks good, just a question: @phlax, do you want to tackle the access issue to |
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
d5ae3f3 to
ee2d267
Compare
|
@dio i added a fix for permissions on I also added it for I have tested the built image with the I wasn't entirely clear where the |
Yes, you're right. |
docs/root/start/start.rst
Outdated
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Ryan Northey <ryan@synca.io>
ee2d267 to
6d80371
Compare

Commit Message: Update examples to use non-well known ports and not the root user
Additional Description:
I have updated
80->8000for any ports I could see that were exposed by anenvoycontainer.I left one example (
load-reporting-service) using port80and instead added theENVOY_UIDenv varSome docs (eg
docs/root/start/sandboxes) that have port80coded in relation to these examples, have been updatedAlso adds fix for
envoypermissions on/dev/stdoutand/dev/stderrRisk Level: Low
Testing: Manual testing
Docs Changes:
uid/gidof container userRelease Notes: N/A
Fix #11506
Fix #11551