Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for JRE provisioning: parameters support [phase 2] #1987

Open
7 tasks
costin-zaharia-sonarsource opened this issue Jun 27, 2024 · 1 comment
Open
7 tasks
Labels
Type: Parameters UX for parameters, and ways to configure analysis (environmnet, config files, etc|)

Comments

@costin-zaharia-sonarsource
Copy link
Member

Internal working document.

Our scanner does not currently fully support some scenarios. The bootstrapping asks for their support.

  • sonar.scanner.truststorePath -> use in httpclient in provisioning and pass to the scanner.cli
  • sonar.scanner.truststorePassword -> use in httpclient in provisioning and pass to the scanner.cli
  • sonar.scanner.keystorePath -> use in httpclient in provisioning and pass to the scanner.cli (overlaps with our sonar.clientcert.path property)
  • sonar.scanner.keystorePassword -> use in httpclient in provisioning and pass to the scanner.cli (overlaps with our sonar.clientcert.password property)
  • sonar.scanner.proxyHost -> use in httpclient in provisioning and pass to the scanner.cli
  • sonar.scanner.proxyUser -> use in httpclient in provisioning and pass to the scanner.cli
  • sonar.scanner.proxyPassword -> use in httpclient in provisioning and pass to the scanner.cli
@costin-zaharia-sonarsource costin-zaharia-sonarsource changed the title Add support for JRE provisioning: parameters update Add support for JRE provisioning: parameters support [phase 2] Jun 27, 2024
@martin-strecker-sonarsource
Copy link
Contributor

See also #2121 We already have some parameters that would be duplicated by this issue, so we need a deprecation policy for these.

@pavel-mikula-sonarsource pavel-mikula-sonarsource added Type: Parameters UX for parameters, and ways to configure analysis (environmnet, config files, etc|) and removed Type: UX labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Parameters UX for parameters, and ways to configure analysis (environmnet, config files, etc|)
Projects
None yet
Development

No branches or pull requests

3 participants