Jonathan Christison
69445ad0d4
Use stage env DB setup
3 years ago
Jonathan Christison
43d06684fb
Make task handler public so vertx can trigger it
...
Also changed pssaas to autofire endpoint for easier hacking
3 years ago
Jonathan Christison
bae9ca9be8
Add quarkus-kubernetes-config for DB setup on stage
...
Also set swagger-ui to always be enabled
3 years ago
Jonathan Christison
3f1e048fe6
Use postgres deployment in pct-sec namepsace
3 years ago
Jonathan Christison
c0e9019fd6
Add missing class
3 years ago
Jonathan Christison
5c96690241
Add authenticated annotation to endpoints that have actions
3 years ago
Jonathan Christison
24059710cb
Remove JSON elements when NULL
...
Added new Resource endpoints for ScanRequests and ScanRequest
Start fleshing out invoke parameters to pass to scan
3 years ago
Jonathan Christison
c724442abb
We dont need to return every field, especially private ones
3 years ago
Jonathan Christison
707e9d4fbb
Fix cascade for brew and pnc types
...
Change endpoint in hack test script, these should be moved to unit tests
3 years ago
Jonathan Christison
603dc500de
Hacking around eventBus injection by passing it to be set
...
It will be better to instantiate EventBus directly but not sure on the
constructor for this
3 years ago
Jonathan Christison
be2f54c9c0
Set some fields to be public for json return
3 years ago
Jonathan Christison
2fd582e2ca
ORM kinda working
3 years ago
Jonathan Christison
354745f7a0
Still adding ORM
3 years ago
Jonathan Christison
72e3b0f0b3
Start adding picocli as way of verifying CLI args
3 years ago
Jonathan Christison
7fffbe22ba
Decouple ScanRequest from tekton runs
...
We will use an eventbus to listen for "executed"/triggered ScanRequests
and respond with tekton runID to check up on later
3 years ago
Jonathan Christison
5149a807f3
Fix typo add swagger-ui
3 years ago
Jonathan Christison
64c84c8764
Call run on the single-git-scan.sh
...
Also call run on the Scan
Fix typos
3 years ago
Jonathan Christison
85c798b0a7
Add pipeline run code for demo
3 years ago
Jonathan Christison
045df604a0
Start adding ORM support
3 years ago
Jonathan Christison
9e9d3b36ed
Run under osh-wrapper-client-sa
3 years ago
Jonathan Christison
6b9aa75213
Add tekton task, use defaultClient, injection woes
3 years ago
Jonathan Christison
c3aa30b2b4
Add jackson support
3 years ago
Jonathan Christison
24660d8f85
Start adding validation and some primative endpoints
3 years ago
Jonathan Christison
5f8498bb0c
Remove implementation to start again
3 years ago
Jonathan Christison
4a4892c9ba
Remove service account declartion in application properties
...
This didn't work, altered RBAC to bind to osh SA instead
3 years ago
Jonathan Christison
7c674c215c
Link to the osh-wrapper client service account
3 years ago
Nicholas Caughey
5c3671a2c6
fixed every warning from quarkus except the split package issue which can be tracked with issue#4
3 years ago
Jonathan Christison
02c461395c
Fix problem with openshift deploy and jakarta injection
3 years ago
Jonathan Christison
9d76e78393
Disable Kerberos and other Auths in dev profile
...
Added a /ping endpoint to return "pong", this should help test auth
If in dev:
* Disables kerberos specific endpoint (runtime injection issues)
* Disable Security altogether
3 years ago
Nicholas Caughey
865c628bb2
fixed the pom and other issues from a bad merge
3 years ago
Nicholas Caughey
e35882520f
added the brewnvr innvocation
3 years ago
Nicholas Caughey
5de2051b86
updated exceptions to throw on unimplemented fu nctionality
3 years ago
Nicholas Caughey
0173d5e9bc
added exceptions to unimplemented code
3 years ago
Nicholas Caughey
2f043bacc3
update tekton
3 years ago
Nicholas Caughey
39cd02490e
added the missing file for creating tasks from scratch
3 years ago
Nicholas Caughey
4c21442cbe
moved the baseScan yaml to the correct folder
3 years ago
Nicholas Caughey
76f5978777
error in the yaml
3 years ago
Nicholas Caughey
a71996607c
contians the files for testing createoing tekton tasks
3 years ago
Jonathan Christison
e755fe945c
Use edge TLS termination
...
Quarkus < 3.x doesn't support some of the route options, we need to
apply this YAML instead and disable auto route enable
still todo, combine yaml's into one for easier oc apply -f <COMBINED> or
have quarkus apply the snippets for us
3 years ago
Jonathan Christison
c15a0c5ee1
Add example deploy and set TLS to edge
3 years ago
Jonathan Christison
e3fcecac06
Change to osh rather than osh-stage
...
Kerberos is tied to `osh-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com` not `osh-stage-pct-security-tooling.apps.ocp-c1.prod.psi.redhat.com`
3 years ago
Jonathan Christison
2e38ec0461
Add krb5.conf to container as config map
3 years ago
Jonathan Christison
4526231088
Secure volume mount example
3 years ago
Jonathan Christison
1081288418
Hacky attempt at adding DB Dev services for local development
3 years ago
Leonid Bossis
63fef64f31
checkpoint #2
3 years ago
Leonid Bossis
a178a7fc18
add logging facility
3 years ago
Leonid Bossis
8975fff63d
change db table field names from mixed naming convention to pythonic convention xxx_yyy_zzz and stop using CamelCase
3 years ago
Leonid Bossis
c61e6fb0f6
checkpoint #1
3 years ago
jperezde
fee2bd340f
Added Kerberos auth to methods
3 years ago
jperezde
1ab0639941
Test keytab
3 years ago