You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
The bootstrap script is hardcoded to install binaries into /usr/local/bin, and to download user-data into /etc/user-data. This prevents running this script without root permissions, even though none of these artifacts need to be installed system-wide.
Describe alternatives you've considered
Manually install the prerequisites (fetch and gruntwork-installer), but this is error-prone.
Modify the bootstrap script to use alternate directories (I have done this, PR incoming).
Additional context
This is a minor change that can be accomplished by overriding the default values for two environment variables. It may not be widely used, and would be easily discovered by advanced users upon inspection of the script, so it does not need associated CLI args or even documentation.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
The bootstrap script is hardcoded to install binaries into
/usr/local/bin
, and to download user-data into/etc/user-data
. This prevents running this script without root permissions, even though none of these artifacts need to be installed system-wide.Describe alternatives you've considered
fetch
andgruntwork-installer
), but this is error-prone.Additional context
This is a minor change that can be accomplished by overriding the default values for two environment variables. It may not be widely used, and would be easily discovered by advanced users upon inspection of the script, so it does not need associated CLI args or even documentation.
The text was updated successfully, but these errors were encountered: