Pull the Apollo key out of a credential's Values JSON.
Several key names are accepted because credential records get authored by hand
and the casing varies. A Values blob that will not parse throws rather than
falling through to the environment — a present-but-broken credential is a
configuration error worth surfacing, not a reason to silently use a different
workspace's key.
Pull the Apollo key out of a credential's
ValuesJSON.Several key names are accepted because credential records get authored by hand and the casing varies. A
Valuesblob that will not parse throws rather than falling through to the environment — a present-but-broken credential is a configuration error worth surfacing, not a reason to silently use a different workspace's key.