Skip to content

[Refactor] Remove json-path from deps and use JsonPointer instead (#3… #42

[Refactor] Remove json-path from deps and use JsonPointer instead (#3…

[Refactor] Remove json-path from deps and use JsonPointer instead (#3… #42

Triggered via push September 1, 2023 09:17
Status Success
Total duration 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
update_release_draft
44s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '6047679219', status: 403, response: { url: 'https://api.github.com/repos/willyborankin/security/releases', status: 403, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Fri, 01 Sep 2023 09:18:03 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': 'FFC2:935E:1517154:15BEB54:64F1AC4B', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '993', 'x-ratelimit-reset': '1693563443', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '7', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/willyborankin/security/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/heads/main","name":"Version (set version here)","tag_name":"","body":"Compatible with OpenSearch (set version here).\\n* No changes\\n","draft":true,"prerelease":false}', request: {} }, event: { id: '6047679219', name: 'push', payload: { after: '14574dd108cefbd634ab5af8e5f13dba00a5681f', base_ref: null, before: '0338cdd4ab701e6dfdbaaf49765300b1d6190aa0', commits: [ { author: { email: 'cwperx@amazon.com', name: 'Craig Perkins', username: 'cwperks' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '242a3a2a32138b2d847882deb87cdac085bc4d3e', message: 'Enable security for bwc tests (#3269)\n' + '\n' + '### Description\r\n' + '\r\n' + 'Opening up a PR to describe the issues faced with BWC tests with the\r\n' + 'security plugin installed and solicit feedback.\r\n' + '\r\n' + 'Thanks to the work that @scrawfor99 did in\r\n' + '[core](https://github.com/opensearch-project/OpenSearch/pull/8900) to\r\n' + 'supply security settings to testClusters to be able to run the initial\r\n' + 'wait for cluster yellow checks with a URL that includes the right\r\n' + 'protocol (`https` when security is enabled) along with a username and\r\n' + 'password to authenticate the request.\r\n' + '\r\n' + 'I ran into 4 hurdles to get this to run:\r\n' + '\r\n' + "1. Initially the cluster didn't form. After a lot of frustration, I\r\n" + 'ended up finding that by supplying `network.bind_host` and\r\n' + '`network.publish_host` to both 127.0.0.1 it
update_release_draft
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '6047679219', name: 'push', payload: { after: '14574dd108cefbd634ab5af8e5f13dba00a5681f', base_ref: null, before: '0338cdd4ab701e6dfdbaaf49765300b1d6190aa0', commits: [ { author: { email: 'cwperx@amazon.com', name: 'Craig Perkins', username: 'cwperks' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '242a3a2a32138b2d847882deb87cdac085bc4d3e', message: 'Enable security for bwc tests (#3269)\n' + '\n' + '### Description\r\n' + '\r\n' + 'Opening up a PR to describe the issues faced with BWC tests with the\r\n' + 'security plugin installed and solicit feedback.\r\n' + '\r\n' + 'Thanks to the work that @scrawfor99 did in\r\n' + '[core](https://github.com/opensearch-project/OpenSearch/pull/8900) to\r\n' + 'supply security settings to testClusters to be able to run the initial\r\n' + 'wait for cluster yellow checks with a URL that includes the right\r\n' + 'protocol (`https` when security is enabled) along with a username and\r\n' + 'password to authenticate the request.\r\n' + '\r\n' + 'I ran into 4 hurdles to get this to run:\r\n' + '\r\n' + "1. Initially the cluster didn't form. After a lot of frustration, I\r\n" + 'ended up finding that by supplying `network.bind_host` and\r\n' + '`network.publish_host` to both 127.0.0.1 it resolved the issue. These\r\n' + 'could probably be combined into a single `network.host`, but I chose to\r\n' + 'keep them separated.\r\n' + '2. I had issue testing changes to the gradle build-tools after making\r\n' + 'changes locally. This was the most frustrating hurdle, but ultimately\r\n' + 'the solution was to change the [`opensearch.version` setting in\r\n' + '`bwc-test/build.gradle`](https://github.com/opensearch-project/security/blob/2.x/bwc-test/build.gradle#L47)\r\n' + 'to `2.10.0-SNAPSHOT`. This value is specifically used as the version of\r\n' + 'the gradle build-tools that the [BWC tests\r\n' + 'use](https://github.com/opensearch-project/security/blob/main/bwc-test/build.gradle#L58).\r\n' + "The changes I made locally didn't reflect because I was publishing to\r\n" + 'maven local from the 2.x branch (currently 2.10) and it was looking for\r\n' + '2.9.0-SNAPSHOT artifacts. After updating the value it found my maven\r\n' + 'local snapshots. For this artifact you can produce maven local snapshots\r\n' + 'using `./gradlew :build-tools:publishToMavenLocal` from the respective\r\n' + 'branch in the core repo.\r\n' + '3. After the waitForYellow checks were able to run successfully, the\r\n' + 'REST Client in the SecurityBackwardsCompatibilityIT was also having\r\n' + "problems connecting to the cluster because it didn't recognize the\r\n" + 'certificates of the server. I ended up using the overly trustworthy\r\n' + 'route where there is no SSL verification for the REST Client used in\r\n' + "this test. I borrowed this implementation from [k-NN's\r\n" + 'ODFERestTestCase](https://github.com/opensearch-project/k-NN/blob/2.x/src/testFixtures/java/org/opensearch/knn/ODFERestTestCase.java#L118-L141)\r\n' +