kie-cloud-operator icon indicating copy to clipboard operation
kie-cloud-operator copied to clipboard

OCP Operator for KIE

Results 8 kie-cloud-operator issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

needs-ok-to-test
dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

needs-ok-to-test
dependencies

Bumps google.golang.org/protobuf from 1.27.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.27.1&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

ok-to-test
dependencies

Dependant on https://github.com/openshift/console/pull/6697 We'll need to wait for a later operator release. Once the above is merged. Then, we'll need to target the operator version that aligns with whatever OCP...

approved
needs-rebase
do-not-merge/work-in-progress

Currently default livenessProbe path of TrustyUI is '/' and trust-ui pod liveness http probe always 404.We must set path to '/audit' ``` apiVersion: app.kiegroup.org/v1beta1 kind: KogitoSupportingService metadata: name: trusty-ui spec:...

There're different values from EJB timers refresh interval. Should all be set to usual default 30000 (30s) ``` rhpam-config/7.13.4/dbs/servers/postgresql.yaml 54: - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL 55- value: "30000" rhpam-config/7.13.4/dbs/servers/mysql.yaml 54: - name:...

I do not want to have my Admin RDS password in the clear within a CR when trying to use an external DB. There are numerous cases within KieApp CRD...