How do i add configurations for users, when they want to add my connector?
F.x. if I add the GitHub connector, I have to sign in, and then select which repository it should work using.
I cannot find any examples in the manifest for where to define these.
Please have a look at Build your own Connector documentation. All your configurations can be added in the landing(configuration) page. Please check sample connector code given in Microsoft Teams documentation.
Related
I generate a jhipster monolith project. I use Elasticsearch and Kibana with it. I link Jira as a source connector in workplaceSearch and I want to use these datas in jhipster but I don't know how to do it.
Can you please help me? If you need more Informations, don't hesitate to ask.
I have an s3 connector deployed on MSK Connect, and a repository on github with the json connector configuration file. I'd like to update the connectors configuration on demand via MSK's REST API. I've checked the API documentation, but it seems like the UpdateConnector API only allows to modify the capacity configuration. The CreateConnector API does allow to provide connector configuration, but it returns an error if the connector already exists.
I could delete and then recreate the connector, but this doesn't seem like a good approach.
Is there another way to update a running connector configuration?
If the Connect REST API is not directly accessible in other ways, then it seems that delete/recreate is the only option.
For sink connectors, that's a relatively safe option because consumer offsets are tracked by the connector name itself and there's no state stored outside of the internal Connect topics
Based on an answer I got from AWS, it's indeed not supported at the moment. It's in their roadmap, but they don't have an ETA at the moment.
They suggest to follow the information here, for upcoming improvements.
Question
How can I make my Microsoft Teams connector config page look like the ones bellow?
Details
I'm creating a teams app with a connector. The documentation explain how to make our own config page. (for example here and here). It works for me 👍.
But in the app directory, I saw multiple existing connectors that share the same config page structure. (name of connector, then webhook, then instructions to install)
This structure would be good for me but I did not found how to configure my connector to use that template.
Thanks for help 😀.
Im trying to create a project with SonarQube web api, I can't find any good tutorial to create them.
I need to analyze a code and then get the information that SonarQube provides, I need to automatize all of this in a web application.
Is this possible to do with SonarQube web api?
The latest SonarQube versions have an api-documentation link. For SonarCloud you can find the documentation here. The documentation to create a new project is here. If you look at the details of api/projects/create you can see the parameters needed, the changelog and a response example. This API is available since version 4.0.
I understand from experience and the documentation that bosh directors (v257+) do not enforce v2 manifests by default.
Moreover, I understand that a team admin cannot update the cloud-config.
However, when using a v1 manifest, a team admin can write a deployment manifest that overrules the cloud config. The team admin simply gets a warning Deprecation: Ignoring cloud config. Manifest contains 'networks' section.
In a setup where bosh's team functionality is used, is it possible to configure the bosh director in a way that team admins are forced to use v2 manifests and cannot ignore the cloud-config?
According to the information I got in the official slack channel, the short answer is: "no".