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

ENG-56825: add tenant id configuration for libtraceable #33

Closed
wants to merge 1 commit into from

Conversation

varkey98
Copy link
Contributor

No description provided.

@@ -45,6 +45,8 @@ message AgentConfig {
// Goagent specific config
GoAgent goagent = 18;

// tenant id for which the filter is initialised
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this in the config? Ideally it would come from a function of the token and can be passed internally. So I am not sure why it would need to be exposed to the public config.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was thinking of adding it to the config file because at this function we dont have to change anything. But just realised it's a bad idea exposing to the public config. Will close this pr, thanks.

@varkey98
Copy link
Contributor Author

Closing this pr as exposing tenant id to config file is a bad idea.

@varkey98 varkey98 closed this Feb 12, 2025
@varkey98 varkey98 deleted the tenant-id branch February 12, 2025 01:13
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