Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/anchore-engine] Enterprise 2.1 update #16864

Merged
merged 13 commits into from
Sep 4, 2019

Conversation

Btodhunter
Copy link
Collaborator

Is this a new chart

NOTE: We're experiencing a high volume of PRs to this repo and reviews will be delayed. Please host your own chart repository and submit your repository to the Helm Hub instead of this repo to make them discoverable to the community. Here is how to submit new chart repositories to the Helm Hub.

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [stable/chart])

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
… custom root ca cert

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
…implementation bugs

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
…ervicesSsl.enabed=true

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
…never match cert hostname

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
…ttps when anchoreGlobal.internalServicesSsl.enabled=true

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
@helm-bot helm-bot added Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 4, 2019
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 4, 2019
@zhill
Copy link
Collaborator

zhill commented Sep 4, 2019

/assign

Copy link
Collaborator

@zhill zhill left a comment

Choose a reason for hiding this comment

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

looks good

@zhill
Copy link
Collaborator

zhill commented Sep 4, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 4, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Btodhunter, zhill

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit be0dbfa into helm:master Sep 4, 2019
kengou pushed a commit to kengou/charts that referenced this pull request Sep 18, 2019
* remove |trim from all toYaml statements

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update configmaps to support new feed drivers

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update db configurations to allow sslmode: verify-full & specifying a custom root ca cert

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* allow customizable analyzer_config.yaml

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add _secret to ui config file name to clarify the k8s resource type

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add saml support, custom ssl ca certificate support, & cleanup minor implementation bugs

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* fix internal ssl configuration

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update image versions

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add https to readiness & liveness checks when anchoreGlobal.internalServicesSsl.enabed=true

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* always use -k with curl health check on auth-manager, localhost will never match cert hostname

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* remove SSL config from auth handler & make all engine endpoints use https when anchoreGlobal.internalServicesSsl.enabled=true

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add ssl_verify config to feed section

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update README

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
@Btodhunter Btodhunter deleted the enterprise_2.1 branch September 20, 2019 20:15
ramkumarvs pushed a commit to yugabyte/charts-helm-fork that referenced this pull request Sep 30, 2019
* remove |trim from all toYaml statements

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update configmaps to support new feed drivers

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update db configurations to allow sslmode: verify-full & specifying a custom root ca cert

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* allow customizable analyzer_config.yaml

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add _secret to ui config file name to clarify the k8s resource type

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add saml support, custom ssl ca certificate support, & cleanup minor implementation bugs

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* fix internal ssl configuration

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update image versions

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add https to readiness & liveness checks when anchoreGlobal.internalServicesSsl.enabed=true

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* always use -k with curl health check on auth-manager, localhost will never match cert hostname

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* remove SSL config from auth handler & make all engine endpoints use https when anchoreGlobal.internalServicesSsl.enabled=true

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* add ssl_verify config to feed section

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* update README

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants