Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: autoinstaller does not give necessary information #2906

Open
3 tasks done
brandondrew opened this issue Feb 8, 2024 · 1 comment
Open
3 tasks done

bug: autoinstaller does not give necessary information #2906

brandondrew opened this issue Feb 8, 2024 · 1 comment
Labels
type:feature-request New feature or request

Comments

@brandondrew
Copy link

Checks

  • I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • I have run fig doctor in the affected terminal session
  • I have run fig restart and replicated the issue again

Operating system

Red Hat in my case, but presumably all

Expected behaviour

I would expect that before the autoinstaller runs, it would give us sufficient information about what it will do.

The idea that we should be expected to allow remote scripts to be run as root on servers we log into is incomprehensible.

First, tell us that it will run as root:

  • this at least gives a ballpark idea of the level of risk
  • it also in some cases lets us know that it's going to fail (and perhaps get us in trouble, depending on how much attention sysadmins pay to the logged info of attempts at using sudo)

Second, tell us exactly what it will install.

Actual behaviour

None of this information is given.

  1. it doesn't tell us that one needs to be able to run arbitrary scripts as root
  2. it doesn't tell us what it will install.

Steps to reproduce

Ensure that one's SSH config file includes the fig config to install on remote machines.

Environment

No response

@mschrage mschrage added type:feature-request New feature or request and removed NEED_TO_LABEL labels Feb 13, 2024
@mschrage
Copy link
Member

Thank for this feedback! We are rethinking how autocomplete over SSH should work and will incorporate this feedback going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants