Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create token folder for the agent #388

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

KulkarniShashank
Copy link
Contributor

What

Create a new folder in your project structure to manage tokens. Tokens are often used for authentication or authorization purposes.

Why

  • Organization: Grouping tokens in a dedicated folder enhances project organization and makes it easier to manage authentication-related files.
  • Security: Separating tokens from other code files can improve security by minimizing the risk of accidental exposure.

How

  • Store tokens securely, avoiding hardcoding them directly into source code.
  • Consider using environment variables or configuration files to manage and load tokens dynamically.

Signed-off-by: KulkarniShashank <[email protected]>
Copy link

sonarcloud bot commented Dec 28, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@Sheetal-ayanworks Sheetal-ayanworks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@Sheetal-ayanworks Sheetal-ayanworks merged commit 0c1bc6c into nats-refactor Dec 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants