Commit 5ffc554
authored
Develop (#166)
* Synching develop branch with master. (#161)
* Feature/157 (#158)
* Initial creation of terraform setup for AWS static-content site hosting.
* Website deployment run locally works. Terraform AWS resource build run locally works.
* Creating test self-hosted environment. Alwways run terraform in docker containers.
* Removing all run on PR creation / modification.
* Making redirect_uri and logout URL field defaults parameterized.
* OIDC Authorization Code Flow with local keycoak is now working for test and prod hosted static-content site.
* Updating Token History grouping.
* Test suite works against test and prod sites with a local keycloak instance. The introspection endpoint in keycloak cannot be invoked from the browser. So, the static content site cannot call the keycloak instrospection site. The test suite looks for hte expected CORS error. Test suite must be run against a local build for full validation.
* Feature/158 (#160)
* Initial creation of terraform setup for AWS static-content site hosting.
* Website deployment run locally works. Terraform AWS resource build run locally works.
* Creating test self-hosted environment. Alwways run terraform in docker containers.
* Removing all run on PR creation / modification.
* Making redirect_uri and logout URL field defaults parameterized.
* OIDC Authorization Code Flow with local keycoak is now working for test and prod hosted static-content site.
* Updating Token History grouping.
* Test suite works against test and prod sites with a local keycloak instance. The introspection endpoint in keycloak cannot be invoked from the browser. So, the static content site cannot call the keycloak instrospection site. The test suite looks for hte expected CORS error. Test suite must be run against a local build for full validation.
* Minimize javascript for static content sites. Google analytics for static content sites.
* feature/152 (#163)
* Feature/157 (#158)
* Initial creation of terraform setup for AWS static-content site hosting.
* Website deployment run locally works. Terraform AWS resource build run locally works.
* Creating test self-hosted environment. Alwways run terraform in docker containers.
* Removing all run on PR creation / modification.
* Making redirect_uri and logout URL field defaults parameterized.
* OIDC Authorization Code Flow with local keycoak is now working for test and prod hosted static-content site.
* Updating Token History grouping.
* Test suite works against test and prod sites with a local keycloak instance. The introspection endpoint in keycloak cannot be invoked from the browser. So, the static content site cannot call the keycloak instrospection site. The test suite looks for hte expected CORS error. Test suite must be run against a local build for full validation.
* Feature/158 (#160)
* Initial creation of terraform setup for AWS static-content site hosting.
* Website deployment run locally works. Terraform AWS resource build run locally works.
* Creating test self-hosted environment. Alwways run terraform in docker containers.
* Removing all run on PR creation / modification.
* Making redirect_uri and logout URL field defaults parameterized.
* OIDC Authorization Code Flow with local keycoak is now working for test and prod hosted static-content site.
* Updating Token History grouping.
* Test suite works against test and prod sites with a local keycloak instance. The introspection endpoint in keycloak cannot be invoked from the browser. So, the static content site cannot call the keycloak instrospection site. The test suite looks for hte expected CORS error. Test suite must be run against a local build for full validation.
* Minimize javascript for static content sites. Google analytics for static content sites.
* Feature/152 (#162)
* Synching develop branch with master. (#161)
* Feature/157 (#158)
* Initial creation of terraform setup for AWS static-content site hosting.
* Website deployment run locally works. Terraform AWS resource build run locally works.
* Creating test self-hosted environment. Alwways run terraform in docker containers.
* Removing all run on PR creation / modification.
* Making redirect_uri and logout URL field defaults parameterized.
* OIDC Authorization Code Flow with local keycoak is now working for test and prod hosted static-content site.
* Updating Token History grouping.
* Test suite works against test and prod sites with a local keycloak instance. The introspection endpoint in keycloak cannot be invoked from the browser. So, the static content site cannot call the keycloak instrospection site. The test suite looks for hte expected CORS error. Test suite must be run against a local build for full validation.
* Feature/158 (#160)
* Initial creation of terraform setup for AWS static-content site hosting.
* Website deployment run locally works. Terraform AWS resource build run locally works.
* Creating test self-hosted environment. Alwways run terraform in docker containers.
* Removing all run on PR creation / modification.
* Making redirect_uri and logout URL field defaults parameterized.
* OIDC Authorization Code Flow with local keycoak is now working for test and prod hosted static-content site.
* Updating Token History grouping.
* Test suite works against test and prod sites with a local keycloak instance. The introspection endpoint in keycloak cannot be invoked from the browser. So, the static content site cannot call the keycloak instrospection site. The test suite looks for hte expected CORS error. Test suite must be run against a local build for full validation.
* Minimize javascript for static content sites. Google analytics for static content sites.
* Updated docker build instructions.
* Initial page + test creation. (#164)
* Initial page + test creation.
* Adding ability to take a JWT and decompose it into JWT Header and JWT Payload fields on jwt_tools.html page. Updated test suite to test this.
* Moving back to postgres18. Not sure when we lost that change.
* Fixing test #13.
* Fix coverage report.
* Another change attempting to fix the code coverage bug.1 parent ddcb134 commit 5ffc554
19 files changed
Lines changed: 2718 additions & 83 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments