Commit graph

132 commits

Author SHA1 Message Date
David J. Allen
4f5930ad56
Fixed static pages not being included in container 2024-04-12 09:44:29 -06:00
David J. Allen
9556939495
Fixed extra_files in dockers property 2024-03-27 10:46:44 -06:00
David J. Allen
429e5ae920
Fixed files in archives 2024-03-27 10:43:48 -06:00
David J. Allen
b270dc6e1d
Removed release property in .goreleaser 2024-03-27 10:37:49 -06:00
David J. Allen
532da269be
Fixed attestation in work flow 2024-03-26 16:01:02 -06:00
David J. Allen
c00bb625e2
Moved build_release.yml to correct dir for work flow 2024-03-26 15:56:29 -06:00
David Allen
caa8968259
Merge pull request #9 from davidallendj/goreleaser
Added GitHub work flow to build with goreleaser
2024-03-26 15:48:24 -06:00
David J. Allen
f9a36b8a97
Added GitHub work flow to build with goreleaser 2024-03-26 15:25:45 -06:00
David J. Allen
7c33b71e97
Changed the /token endpoint to return token as response 2024-03-25 14:51:52 -06:00
32d953218b
Fixed the changes not being commited 2024-03-25 14:33:42 -06:00
78e1120fdf
Removed the client authorization for client credentials flow 2024-03-25 14:28:55 -06:00
David Allen
a84fc1b4f1
Merge pull request #8 from OpenCHAMI/main
Update docker container to include in compose
2024-03-22 16:41:57 -06:00
David Allen
c49297d286
Merge pull request #1 from synackd/fix-dockerfile
Prepare Dockerfile for deployment-recipes
2024-03-22 16:39:47 -06:00
Devon Bautista
e3740c584e Dockerfile: Use /opaal dir owned by nobody so opaal can write
Without this, opaal, running as nobody, tries to write its sqlite db cache file
to / which is owned by root. With this, an /opaal directory is created, owned
by nobody, and the opaal binary is copied here. That way, it has permission to
write its cache file here. Any config can be copied here as well.
2024-03-22 15:22:27 -06:00
Devon Bautista
87abf22916 Dockerfile: Add curl for healthchecking 2024-03-22 15:22:27 -06:00
Devon Bautista
0c508b5df6 Dockerfile: Add newline 2024-03-22 15:22:27 -06:00
David J. Allen
ce2d90bc6a
Added healthcheck with /status endpoint 2024-03-21 14:06:31 -06:00
David J. Allen
34a0fdb66b
Added initial .goreleaser and Makefile 2024-03-21 13:14:52 -06:00
David J. Allen
745fc5910a
Changed the meaning of OPAAL in README.md 2024-03-21 08:51:15 -06:00
David J. Allen
5173701fa0
Made changes to get client credentials grant working 2024-03-20 16:52:08 -06:00
David J. Allen
e67bc3e010
Changed cilent ctor to initialize string slices 2024-03-19 15:02:21 -06:00
David J. Allen
fddcc8d6af
Fixed issue with scope not being added to token 2024-03-19 15:01:47 -06:00
David J. Allen
6b2218efbd
Removed extra debug print 2024-03-19 14:59:41 -06:00
David J. Allen
a667307654
Refactored token options 2024-03-19 14:58:58 -06:00
David J. Allen
084a49d09f
Updated login CLI flags 2024-03-19 14:58:10 -06:00
d0f8c9087d
Added token refresh flag 2024-03-19 11:21:05 -06:00
aecfa30e2c
Changed argument name 2024-03-19 11:19:31 -06:00
2b8c921cc0
Fixed spacing in CSS 2024-03-19 11:19:00 -06:00
a55a40d700
Commented out services in docker compose not being used 2024-03-18 20:45:22 -06:00
David J. Allen
c25e3e2e1e
Added more to refresh token flow implementation 2024-03-18 16:03:37 -06:00
David J. Allen
555d172ba6
Updated dependencies 2024-03-18 16:02:59 -06:00
16ec8fc422
Added refresh token flow 2024-03-18 11:05:13 -06:00
6938037a3c
Update README.md 2024-03-18 11:02:56 -06:00
56ea3290a6
Removed unused code, wrapped verbose prints, and added error page template 2024-03-13 00:40:02 -06:00
35cf37836d
Changed button styling 2024-03-13 00:39:00 -06:00
9014e5548e
Updated go.sum 2024-03-13 00:37:55 -06:00
c534f50a03
Updated style for pages 2024-03-13 00:37:35 -06:00
706000a53d
Added static styles.css page 2024-03-13 00:37:10 -06:00
David Allen
7d24ee0e10
Merge pull request #5 from davidallendj/refactoring
Major refactor and reoganization
2024-03-11 19:02:25 -06:00
de6d375619
Changed sending access token in header instead of body 2024-03-11 16:07:58 -06:00
d0fd0d8714
Added debug prints for access token target 2024-03-11 16:04:39 -06:00
0b9c1a74d0
Added target query param to login endpoint 2024-03-11 14:32:10 -06:00
3caf2b89d2
Changed how login command works slightly 2024-03-10 20:21:38 -06:00
f6bf8a8960
More refactoring and code restructure 2024-03-10 20:20:53 -06:00
45e8cd7f15
Modified HTML pages 2024-03-10 20:19:48 -06:00
6d63211d35
Major refactoring and code restructure 2024-03-10 20:19:29 -06:00
72adbe1f0d
Updated dependencies 2024-03-10 20:16:47 -06:00
9bdca024a6
Moved ctor functions with config to separate file 2024-03-10 20:16:03 -06:00
fa090dbf5b
Added cache files 2024-03-10 20:15:19 -06:00
8b5d9ab6dd
Updated README.md 2024-03-10 20:14:38 -06:00