Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E eclipsefdn-ort
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse FoundationEclipse Foundation
  • EMO TeamEMO Team
  • eclipsefdn-ort
  • Merge requests
  • !16

Add a stub for a provenance-based PostgreSQL scan storage to the configuration

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Schuberth requested to merge configure-postgres into next_gen Dec 13, 2022
  • Overview 2
  • Commits 1
  • Changes 1

Configure both a provenance-based scan storage and a storage for provenance information in a PostgreSQL database. Remaining required configuration as per 1 needs to be injected e.g. via environment variables 2 like

export ort__scanner__storages__postgresStorage__connection__username=user export ort__scanner__storages__postgresStorage__connection__password=pass

export ort__scanner__provenanceStorage__postgresStorage__connection__username=user export ort__scanner__provenanceStorage__postgresStorage__connection__password=pass

The postgresStorage is set as the primary reader and writer. To benefit from any existing results, the fileBasedStorage is still added as a secondary reader, but new results are not being written to it anymore.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: configure-postgres

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent