binbashar / leverage

Binbash Leverage CLI intended to orchestrate Leverage Reference Architecture for AWS (www.binbash.co/leverage)
https://pypi.org/project/leverage/
Apache License 2.0
17 stars 2 forks source link

#191 Feature | Leverage created files ownership #195

Closed Franr closed 1 year ago

Franr commented 1 year ago

What?

Set ownership of all files created through leverage to the user using the CLI, rather than root.

Why?

These files needs to be manipulated or read outside the leverage context, and you won't be able unless you change the permissions first. We will automate that for you.

Also, take in mind we had to update the docker lib because of a urllib3 bug.

References

https://github.com/binbashar/leverage/issues/191