Changed the secret reference path for the 1 password API Key — API_SOURCE_SECRETS secret, since it was moved to a different vault (from TECH: Keys & Tokens to TECH: Feeds Keys & Tokens)
Currently only a copy was done (not a move). The original secret should be removed from the TECH: Keys & Tokens once the change as been proven as working.
Expected behavior:
The contractor is able to add data to the API Key — API_SOURCE_SECRETS secret in the new vault.
The batch processing is able to download the dataset from the authenticated feed.
Closes https://github.com/MobilityData/product-tasks/issues/89
Summary:
Changed the secret reference path for the 1 password
API Key — API_SOURCE_SECRETS
secret, since it was moved to a different vault (fromTECH: Keys & Tokens
toTECH: Feeds Keys & Tokens
) Currently only a copy was done (not a move). The original secret should be removed from theTECH: Keys & Tokens
once the change as been proven as working.Expected behavior:
The contractor is able to add data to the
API Key — API_SOURCE_SECRETS
secret in the new vault. The batch processing is able to download the dataset from the authenticated feed.Testing tips:
Please make sure these boxes are checked before submitting your pull request - thanks!
./scripts/api-tests.sh
to make sure you didn't break anything