Imports information from external systems, which is then validated, parsed, and then submitted as structured data (YAML or JSON) to a separate Github repository.
As discussed, add simple authentication scheme as:
Simple token is defined as an environment variable
Each api request must encode the token as Base64 and submit as a regular Bearer Token (this will ensure simpler transition to a more robust auth scheme later on, if needed)
As discussed, add simple authentication scheme as: