ldhertert / harness-cli

Apache License 2.0
18 stars 14 forks source link

Support API Key Auth for Config as Code API endpoints. #7

Open ldhertert opened 4 years ago

ldhertert commented 4 years ago

Can't get read content for certain paths (i.e. harness config:get --path 'Setup/Cloud Providers/cv-demo.yaml') https://harness.atlassian.net/browse/DX-2218

API Auth is not working for some parts of the API, such as fetching config as code tree for applications. (https://harness.atlassian.net/browse/DX-2211)

ldhertert commented 3 years ago

I've created a new ticket specifically to track progress of supporting API Key authentication for all YAML endpoints: https://harness.atlassian.net/browse/PL-13358

ldhertert commented 3 years ago

I have closed https://harness.atlassian.net/browse/DX-2218, as I'm now using a different API that can read all content. It is still blocked by the API key auth issue.