Skip to content

Adds JWT support to casupload

Joel DeLong requested to merge jdelong12/jwt into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests (casupload/test)
  • Metrics
  • Documentation update (readme)

Description

Adds the --jwt-path=JWT_PATH command line option to authenticate with buildgrid using JWT tokens. Also adds unit testing to casupload and the CI.

Validation

See CI for updates. Specifically the casupload test now shows the output of the unit tests, as well as tests compilation.

Edited by Joel DeLong

Merge request reports