Skip to main content

Arborist

What Does it Do

Arborist is the authorization service. It works with fence to assign authortizations to a user based on their authentication information. Information around user authorizations are set within a useryaml, or telemetry file for dbgap authorized users, and put into the arborist db during usersync.

How to configure it

For a full set of configuration see the helm README.md for arborist

Some configuration options include:

  • postgres configuration
  • image repo/ tag
arborist:
# Whether or not to deploy the service or not
enabled: true

# What image/ tag to pull
image:
tag:
repository:

Extra Information

Common arborist database queries can be found here.