Andy Kramolisch
Andy Kramolisch
It should run an `npm install` which is why it looks local. What version of `node` do you have installed locally (should be available via `node -v`)? The version Airpal...
Sorry for the delay in responding! Have you tried just changing the configuration to see if it works? You would probably also have to include the jar on the classpath,...
Ah, good call. I'll add making this configurable to the todo list.
I just merged https://github.com/airbnb/airpal/pull/152 which adds support for h2. PRs to support postgres, sqlite or other DBs are welcome.
Sorry for the delays in responding! This seems to be the same issue as in #112. I'll follow up in that thread. If bumping the browser sync version is all...
Sorry for the delay in responding! As everyone's LDAP setup is very different, I wasn't sure exactly how to easily map folks' LDAP schema to Airpal authorizations in a general...
I might need to update the documentation to reflect this, but the current default file store (for CSVs) is the local FS, not S3. You can optionally configure it to...
Sorry for the delay in responding! The original intention was to remove the file so as not to pollute `/tmp`. Additionally, we generally discourage people from pulling CSVs that large...