Jonathan Christison
9510e768dc
Added working covscan example
3 years ago
Jonathan Christison
094c81bc47
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
Jonathan Christison
63e1d8b01c
Add non-working examples
...
Todo:
*) Find the correct profile and deps for mandrel rpm build
or
*) Find a better RPM (from brew build id) to build
*) Expand pssaas payload to also have a scmurl
3 years ago
Nicholas Caughey
8553cfb22c
Merge branch 'main' into 'tekton_work'
...
# Conflicts:
# pom.xml
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
Nicholas Caughey
1c1007b811
changing the groupid to be associated with the project
3 years ago
Nicholas Caughey
0d7678a990
Merge branch 'kerberos_auth' into 'main'
...
Add Kerberos support for REST Clients
See merge request pct-security/covscanrest!3
3 years ago
Jonathan Christison
fa4ea264e2
Add a comment on how the file was created
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
b1942b512a
Change kerberos settings
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
jperezde
fee2bd340f
Added Kerberos auth to methods
3 years ago
jperezde
1ab0639941
Test keytab
3 years ago
jperezde
af4a80b04a
Added Kerberos dependency
3 years ago
jperezde
d3e2990851
Modified application.properties
3 years ago
jperezde
94d72b95c8
Added kerberos dependendency in pom.xml
3 years ago
jperezde
22c0be081b
Test install Kerberos
3 years ago
jperezde
6df7da6c10
Test Dependency
3 years ago
Nicholas Caughey
191322b237
added example of using hibernate orm, rest of the objects should be converted to use it (this will be the last commit straight to main proper branches should be used moving forwards)
3 years ago
Nicholas Caughey
314f3e90c1
Merge branch 'Update_docs' into 'main'
...
Updated Readme
See merge request pct-security/covscanrest!1
3 years ago
jperezde
798891b17d
Updated Readme
3 years ago
Nicholas Caughey
5f3b63fd4d
destroy connections correctly and return some of the objects correctly
3 years ago
Nicholas Caughey
ea665ab53f
some code cleanup
3 years ago
Nicholas Caughey
db99f2657d
all data objects that were missing, added the put and delete endpoints, still lots of cleaning up to do do but all the basic database end points dune, no verification etc yet still to be added'
3 years ago
Nicholas Caughey
770e3a6839
all the temporary inserts are in, code needs full clearning up etc
3 years ago
Nicholas Caughey
b8d4237e39
added git scan insert
3 years ago
Nicholas Caughey
ce9b1c536f
added input for brewscans as a temporary solution need to consolodate into a single method that applys business logic
3 years ago
Nicholas Caughey
9c1a49118b
added files for brew objects and anded insert and select sql for postgress
3 years ago
Nicholas Caughey
6f3da3e158
added working get statment from DB
3 years ago
Nicholas Caughey
2b413d5538
fixing the DB connection string
3 years ago
Nicholas Caughey
d3c89fb0c3
added the connection for local db which has been setup
3 years ago
Nicholas Caughey
463ec22b2d
updated readme to represent API design
3 years ago
Nicholas Caughey
7fd4c54b30
added the fix for the post request so works as intended and added a link for the working google docs
3 years ago
Nicholas Caughey
64e8c67fd2
removed a bunch of currently not used code that was accidently pushed
3 years ago
Nicholas Caughey
19a82c1280
Only contains the very basic API code, a lot of it is only there for demonstration purposes, will add the actual final code/files once the db component is written
3 years ago
Nicholas Caughey
877bd07f02
Initial commit
3 years ago