Did any setup github collector recently? Running into few issues
I am not successful in configuring the following collectors
1) Jenkins Build collector
2) Jenkins Publish collector
3) GitHub SCM Collector (I tried running SCM collector and WEbhook but no luck)
Any help in this regard will be of great help
Hi Everyone, I am trying to run the bitbucket server collector. But Bitbucket collector not running. And started debugging further. It is creating the empty item in the collector collection without name and not reusing this item.
{"_id" : ObjectId("5fea7f92ba935ad0babfa11a"),
"_class" : "com.capitalone.dashboard.model.Collector",
"enabled" : false,
"online" : true,
"errors" : [],
"uniqueFields" : {
"branch" : "",
"url" : ""
},
"allFields" : {
"lastUpdateCommit" : "",
"password" : "",
"lastUpdate" : NumberLong(1609203602801),
"branch" : "",
"userID" : "",
"url" : ""
},
"lastExecuted" : NumberLong(0),
"searchFields" : [
"description"
],
"properties" : {}
}
remoteCreate
can only create an empty dashboard since the activeWidgets
attribute is missing in DashboardMetaData. I'm wondering if there is a workaround, or I need to add the activeWidgets
as a property in the DashboardMetaData
class, and implement the logic in the DashboardRemoteServiceImpl.java
?
collector_items
collector. This makes it so that it's impossible to add any JIRA widgets, as the Team and Project dropdowns are always empty. I saw someone else had this issue way back in October. Is anyone having success with the JIRA collector right now?
hygieia-poc/api/ping
it keeps on getting 504 gateway timeout and when checking the cloudwatch logs it only spams 2021-01-22 02:37:13,438 [http-nio-8080-exec-665] INFO c.c.d.a.t.JwtAuthenticationFilter - requester=READ_ONLY, timeTaken=0, endPoint=/api/ping, reqMethod=GET, status=200, clientIp=10.79.116.108
is there a way to find out what is causing the timeout?
api/authenticationProviders
and api/appInfo
and upon checking the builder properties I am using the default values on the authentication which is:#Authentication Settings
auth.expirationTime=${AUTH_EXPIRATION_TIME:-60000000}
auth.authenticationProviders=${AUTH_AUTHENTICATION_PROVIDERS:-STANDARD}