Skip to content

Allow unauthorized instances list in the authorization config

Shivam Bairoliya requested to merge sbairoliya/per_instance_authorization into master

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

  • Unit tests
  • Metrics
  • Documentation update(s)

Description

Currently when authorization is added to the server config all instances in the config need to have valid tokens/headers and authorization is enforced for them. This change will allow to disable authorization for particular instances in the config

Changes proposed in this merge request:

  • Added allow_unauthorized_instances option to the authorization config

Validation

Please note steps the reviewer should take to be able to test this MR; any necessary setup they might need, what results they should be looking for to verify.

Edited by Shivam Bairoliya

Merge request reports

Loading