sol-eng / wbi

CLI for installing and configuring Posit Workbench
MIT License
5 stars 0 forks source link

Remove authentication components #150

Closed tnederlof closed 1 year ago

tnederlof commented 1 year ago

Authentication integrations are complex and often require the configuration of other services/administrators. It would be impractical to expect wbi to consider the wide variety of integrations and support their configuration. Instead wbi should focus on getting Workbench configured and verify functionality using the default PAM authentication and a local Linux test user. We can provide links to further documentation for admins that wish to customize authentication, which will be outside the scope of this tool.

To accomplish this, we should remove the authentication configuration flow and commands. Then add at the conclusion of wbi setup helpful information about authentication setup options.