-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Presently, the API token for Harness is saved in a file called .secrets.json within the user's HOME directory. The concern with this naming choice is that it lacks distinctiveness, making it challenging to associate it as being related to Harness, similar to secret files for other providers like AWS or Terraform.
For instance, with AWS:
/Users/redacted/.aws/credentials
and for Terraform:
/Users/redacted/.terraform.d/credentials.tfrc.json
Therefore, the suggestion put forth is to house the Harness API token in one of two ways:
- Inside a file titled
.harness.secrets.jsonOR - Within a concealed directory named
.harnesscreated within the user's HOME directory, containing thesecrets.jsonfile.
OrkoHunter, batraprashant and Jalalx
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request