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

refactor: on premises agent configure #731

Merged
merged 11 commits into from
May 23, 2024
Merged

Conversation

KulkarniShashank
Copy link
Contributor

@KulkarniShashank KulkarniShashank commented May 22, 2024

What

Refactored the configuration process for the on-premises agent.

Why

Improved and added the .educreds folder for the store configuration

How

  • Reorganized configuration files for better clarity.
  • Implemented new configuration parameters to enhance flexibility.
  • Optimized existing code to reduce redundancy.

Signed-off-by: KulkarniShashank <[email protected]>
apps/agent-service/src/agent-service.service.ts Outdated Show resolved Hide resolved
@@ -37,7 +37,6 @@ export interface IAgentConfigure {
apiKey: string;
orgId: string;
network?: string;
tenant?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please make sure this will not break tenancy flow

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes I tested and tenantId by default taking null value

Copy link

Quality Gate Passed Quality Gate passed

Issues
8 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tipusinghaw tipusinghaw self-requested a review May 23, 2024 05:03
@KulkarniShashank KulkarniShashank merged commit 79f5d65 into develop May 23, 2024
2 checks passed
@amitpadmani-awts amitpadmani-awts deleted the 727-on-prem-agent branch January 31, 2025 05:17
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