Skip to content

Enable configurable `authInfo` for GCZ Provider to assist with GCZ token compatibility when integrating with ArcGIS Online

Levi Remington requested to merge 332_configurable_auth_info-lr into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES/NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO]

What is the current behavior?

ignite-provider does not have a configurable rest/info endpoint.

What is the new/expected behavior?

The authInfo object of a rest/info response can now be configured within koop-config.json, enabling compatibility between a simple-auth token-configured GCZ Provider and ArcGIS Online.

Merge request reports