Skip to content

chore(e2e-tests): Replace sqlite3 (deprecated) and use modern tls key#6469

Merged
davidkna-sap merged 2 commits intomainfrom
davidkna-sap_e2e-changes
Apr 16, 2026
Merged

chore(e2e-tests): Replace sqlite3 (deprecated) and use modern tls key#6469
davidkna-sap merged 2 commits intomainfrom
davidkna-sap_e2e-changes

Conversation

@davidkna-sap
Copy link
Copy Markdown
Member

Split from #6448

@davidkna-sap davidkna-sap marked this pull request as ready for review April 8, 2026 15:21
let server: Server = undefined as any;
const port = 8088;
// Certificate creation guide: https://nodejs.org/en/knowledge/cryptography/how-to-use-the-tls-module/
const privateCert = `-----BEGIN RSA PRIVATE KEY-----
Copy link
Copy Markdown
Member Author

@davidkna-sap davidkna-sap Apr 9, 2026

Choose a reason for hiding this comment

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

In local testing this key was considered insecure (not usable) by node.

@davidkna-sap davidkna-sap merged commit ef436b4 into main Apr 16, 2026
15 checks passed
@davidkna-sap davidkna-sap deleted the davidkna-sap_e2e-changes branch April 16, 2026 08:26
davidkna-sap added a commit that referenced this pull request Apr 16, 2026
* origin/main:
  chore(e2e-tests): Replace sqlite3 (deprecated) and use modern tls key (#6469)
  chore: Use GH app for release workflow (#6503)
  chore: Fix user on bump (#6497)
  chore: Switch to client-id (#6501)
  chore: Remove SANDBOX_TOKEN from unit test workflow (#6502)
  chore(deps): Pin action digests in workflow files (#6496)
  chore(deps): bump prettier from 3.8.1 to 3.8.2 (#6500)
  chore(deps): bump @actions/github from 9.0.0 to 9.1.0 (#6485)
  chore: v4.6.0 (#6494)
  chore(deps-dev): bump @sap/cds from 9.8.4 to 9.8.5 (#6491)
  chore(deps): bump typescript-eslint from 8.58.0 to 8.58.1 (#6488)
  chore(deps): bump fast-xml-parser from 5.5.10 to 5.5.11 (#6487)
  chore(deps): bump @sap/xsenv from 6.1.0 to 6.2.0 (#6486)
  chore(deps-dev): bump json-schema-faker from 0.6.0 to 0.6.1 (#6484)
  chore(deps): bump step-security/changed-files from 47.0.1 to 47.0.5 (#6483)
  chore(deps): bump basic-ftp from 5.2.1 to 5.2.2 (#6480)
  chore: Replace node 20 (deprecated) with node 24 in custom actions (#6475)
  chore(deps): bump axios from 1.14.0 to 1.15.0 (#6478)
  chore(deps-dev): bump nock from 14.0.11 to 14.0.12 (#6476)
  chore: Fix app-bot committer email (#6474)
davidkna-sap added a commit that referenced this pull request Apr 16, 2026
* origin/main:
  chore(e2e-tests): Replace sqlite3 (deprecated) and use modern tls key (#6469)
  chore: Use GH app for release workflow (#6503)
  chore: Fix user on bump (#6497)
  chore: Switch to client-id (#6501)
  chore: Remove SANDBOX_TOKEN from unit test workflow (#6502)
  chore(deps): Pin action digests in workflow files (#6496)
  chore(deps): bump prettier from 3.8.1 to 3.8.2 (#6500)
  chore(deps): bump @actions/github from 9.0.0 to 9.1.0 (#6485)
  chore: v4.6.0 (#6494)
  chore(deps-dev): bump @sap/cds from 9.8.4 to 9.8.5 (#6491)
  chore(deps): bump typescript-eslint from 8.58.0 to 8.58.1 (#6488)
  chore(deps): bump fast-xml-parser from 5.5.10 to 5.5.11 (#6487)
  chore(deps): bump @sap/xsenv from 6.1.0 to 6.2.0 (#6486)
  chore(deps-dev): bump json-schema-faker from 0.6.0 to 0.6.1 (#6484)
  chore(deps): bump step-security/changed-files from 47.0.1 to 47.0.5 (#6483)
  chore(deps): bump basic-ftp from 5.2.1 to 5.2.2 (#6480)
  chore: Replace node 20 (deprecated) with node 24 in custom actions (#6475)
  chore(deps): bump axios from 1.14.0 to 1.15.0 (#6478)
  chore(deps-dev): bump nock from 14.0.11 to 14.0.12 (#6476)
  chore: Fix app-bot committer email (#6474)
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