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

Cloud MS Teams now using remote cfg #1304

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

huseyinbabal
Copy link
Contributor

@huseyinbabal huseyinbabal commented Oct 31, 2023

Description

Changes proposed in this pull request:

  • Added remote config identifier to cloud ms teams settings

Testing

Related issue(s)

Relates https://github.com/kubeshop/botkube-cloud/pull/681

@huseyinbabal huseyinbabal requested review from a team and josefkarasek October 31, 2023 11:05
@huseyinbabal huseyinbabal added the enhancement New feature or request label Oct 31, 2023
@mszostok mszostok requested review from mszostok and removed request for josefkarasek October 31, 2023 11:49
@mszostok mszostok self-assigned this Oct 31, 2023
@@ -81,8 +81,7 @@ func (c *grpcCloudTeamsConnector) Start(ctx context.Context) error {

err = activityClient.Send(&pb.AgentActivity{
Req: &pb.AgentActivity_InstanceId{
//InstanceId: c.remoteConfig.Identifier, // TODO: enable when config generator will work
InstanceId: "foo-123",
InstanceId: c.remoteConfig.Identifier,
Copy link
Collaborator

Choose a reason for hiding this comment

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

please also uncomment code from line 33

Copy link
Collaborator

@mszostok mszostok left a comment

Choose a reason for hiding this comment

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

Please address my comment before merging. Besides that LGTM 👍

@huseyinbabal huseyinbabal merged commit 710e768 into kubeshop:main Oct 31, 2023
15 checks passed
@huseyinbabal huseyinbabal deleted the ms-teams-cfg-gen branch October 31, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants