Moved populateMetadata() function to common. (#167) (#208) - #209
Merged
Conversation
* 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. * Moved populateMetadata() function to common. * 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. * Moving getAccessToken() and verifyAccessToken() under common. * Sync develop (#199) * SAML2 Support (#195) * Feature/security updates (#183) * Adding RFC9068 compliance button and generate sample JWT that is RFC9068 compliant button. Plus, associated tests. (#177) * Run test suite when PR is created against develop branch. (#179) * Feature/142 (#180) * Hashing / Encoding Tools page. * Digital Signature page. * HMAC signature support across numerous algorithms. * Fix to terraform failure. * Fix for failing tests. * Updated package-lock for all three node packages. * Security updates and deployment fixes. * Copyright notice, project logo, company logo, documentation link, debugger / debugger2 pages have the new theme applied. (#188) * Bump brace-expansion from 1.1.15 to 1.1.16 in /tests (#192) Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.15 to 1.1.16. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.16) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.16 dependency-type: indirect ... * Bump body-parser from 1.20.5 to 1.20.6 in /client (#193) Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.5 to 1.20.6. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.5...1.20.6) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.6 dependency-type: indirect ... * Bump shell-quote from 1.8.4 to 1.10.0 in /client (#194) Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.4...v1.10.0) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.10.0 dependency-type: indirect ... * Fixes for test workflows. * Bump dompurify from 3.4.11 to 3.4.12 in /client (#198) Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.11 to 3.4.12. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.11...3.4.12) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.12 dependency-type: direct:production ... --------- * Sync develop. (#207) * SAML2 Support (#195) * Feature/security updates (#183) * Adding RFC9068 compliance button and generate sample JWT that is RFC9068 compliant button. Plus, associated tests. (#177) * Run test suite when PR is created against develop branch. (#179) * Feature/142 (#180) * Hashing / Encoding Tools page. * Digital Signature page. * HMAC signature support across numerous algorithms. * Fix to terraform failure. * Fix for failing tests. * Updated package-lock for all three node packages. * Security updates and deployment fixes. * Copyright notice, project logo, company logo, documentation link, debugger / debugger2 pages have the new theme applied. (#188) * Bump brace-expansion from 1.1.15 to 1.1.16 in /tests (#192) Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.15 to 1.1.16. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.16) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.16 dependency-type: indirect ... * Bump body-parser from 1.20.5 to 1.20.6 in /client (#193) Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.5 to 1.20.6. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.5...1.20.6) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.6 dependency-type: indirect ... * Bump shell-quote from 1.8.4 to 1.10.0 in /client (#194) Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.4...v1.10.0) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.10.0 dependency-type: indirect ... * Fixes for test workflows. * Bump dompurify from 3.4.11 to 3.4.12 in /client (#198) Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.11 to 3.4.12. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.11...3.4.12) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.12 dependency-type: direct:production ... * Updating logos. * Update README.md (#206) --------- * Fixing merge conflict left overs. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: liyabrc <liya@iyasec.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synching develop branch with master. (Synching develop branch with master. #161)
Feature/157 (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 (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 (feature/152 #163)
Feature/157 (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 (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 (Feature/152 #162)
Synching develop branch with master. (Synching develop branch with master. #161)
Feature/157 (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 (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.
Moved populateMetadata() function to common.
Initial page + test creation. (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 Develop #13.
Fix coverage report.
Another change attempting to fix the code coverage bug.
Moving getAccessToken() and verifyAccessToken() under common.
Sync develop (Sync develop #199)
SAML2 Support (SAML2 Support #195)
Feature/security updates (Feature/security updates #183)
Adding RFC9068 compliance button and generate sample JWT that is RFC9068 compliant button. Plus, associated tests. (Adding RFC9068 compliance button and generate sample JWT that is RFC9… #177)
Run test suite when PR is created against develop branch. (Run test suite when PR is created against develop branch. #179)
Feature/142 (Feature/142 #180)
Hashing / Encoding Tools page.
Digital Signature page.
HMAC signature support across numerous algorithms.
Fix to terraform failure.
Fix for failing tests.
Updated package-lock for all three node packages.
Security updates and deployment fixes.
Copyright notice, project logo, company logo, documentation link, debugger / debugger2 pages have the new theme applied. (Copyright notice, project logo, company logo, documentation link, deb… #188)
Bump brace-expansion from 1.1.15 to 1.1.16 in /tests (Bump brace-expansion from 1.1.15 to 1.1.16 in /tests #192)
Bumps brace-expansion from 1.1.15 to 1.1.16.
updated-dependencies:
Bumps body-parser from 1.20.5 to 1.20.6.
updated-dependencies:
Bumps shell-quote from 1.8.4 to 1.10.0.
updated-dependencies:
Fixes for test workflows.
Bump dompurify from 3.4.11 to 3.4.12 in /client (Bump dompurify from 3.4.11 to 3.4.12 in /client #198)
Bumps dompurify from 3.4.11 to 3.4.12.
updated-dependencies:
Sync develop. (Sync develop. #207)
SAML2 Support (SAML2 Support #195)
Feature/security updates (Feature/security updates #183)
Adding RFC9068 compliance button and generate sample JWT that is RFC9068 compliant button. Plus, associated tests. (Adding RFC9068 compliance button and generate sample JWT that is RFC9… #177)
Run test suite when PR is created against develop branch. (Run test suite when PR is created against develop branch. #179)
Feature/142 (Feature/142 #180)
Hashing / Encoding Tools page.
Digital Signature page.
HMAC signature support across numerous algorithms.
Fix to terraform failure.
Fix for failing tests.
Updated package-lock for all three node packages.
Security updates and deployment fixes.
Copyright notice, project logo, company logo, documentation link, debugger / debugger2 pages have the new theme applied. (Copyright notice, project logo, company logo, documentation link, deb… #188)
Bump brace-expansion from 1.1.15 to 1.1.16 in /tests (Bump brace-expansion from 1.1.15 to 1.1.16 in /tests #192)
Bumps brace-expansion from 1.1.15 to 1.1.16.
updated-dependencies:
Bumps body-parser from 1.20.5 to 1.20.6.
updated-dependencies:
Bumps shell-quote from 1.8.4 to 1.10.0.
updated-dependencies:
Fixes for test workflows.
Bump dompurify from 3.4.11 to 3.4.12 in /client (Bump dompurify from 3.4.11 to 3.4.12 in /client #198)
Bumps dompurify from 3.4.11 to 3.4.12.
updated-dependencies:
Updating logos.
Update README.md (Update README.md #206)