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

Not a fully secure multi-user environment #3

Open
Alex-Ikanow opened this issue Aug 29, 2013 · 1 comment
Open

Not a fully secure multi-user environment #3

Alex-Ikanow opened this issue Aug 29, 2013 · 1 comment

Comments

@Alex-Ikanow
Copy link
Contributor

The application is configured by default to "non-secure mode".

What this means is that any users can explore the readable file system by creating "file sources", by accessing the local resources via any source using the javascript engine, or by accessing local resources via Hadoop plugins.

To be clear though: only users with valid Infinit.e logins can access any part of the system at all.

If it is necessary to run securely with multiple users, this can be accomplished with 2 steps:

  • Set "harvest.security=true" in /opt/infinite-install/config/infinite.configuration.properties
  • Disable the plugin manager by setting "hadoop.local_mode=false" in the same config file

Then follow the "Changing the configuration" instructions here.

@Alex-Ikanow
Copy link
Contributor Author

Update: If you upgrade to the October 2013 release (released first week of October), you can continue to run the plugin manager (but only admin users can launch tasks).

(If this function is urgently required, contact us and we can provide you with a patch.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant