Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jans-tent): add Jans Tent product #3647

Merged
merged 10 commits into from
Jan 27, 2023
Merged

feat(jans-tent): add Jans Tent product #3647

merged 10 commits into from
Jan 27, 2023

Conversation

christian-hawk
Copy link
Contributor

@christian-hawk christian-hawk commented Jan 19, 2023

Prepare

Description

Add Jans Tent, forked from Test-Auth-Client.

@mo-auto mo-auto added area-documentation Documentation needs to change as part of issue or PR kind-feature Issue or PR is a new feature request labels Jan 19, 2023
Test Auth Client fork from:

https://github.com/christian-hawk/auth-tdd-client
Signed-off-by: christian <eland.christian@gmail.com>
does not fit jans monorepo

Signed-off-by: christian <eland.christian@gmail.com>
demos/jans-tent/.deepsource.toml Outdated Show resolved Hide resolved
demos/jans-tent/.github/workflows/flake8-lint.yml Outdated Show resolved Hide resolved
@@ -0,0 +1,2 @@
#.flaskenv
FLASK_APP=clientapp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean to commit this file ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's to be used with flask or python -m flask command, when stable "production" is needed.

@@ -0,0 +1,32 @@
-----BEGIN CERTIFICATE-----
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a self-signed cert used for testing in flask server here:

app.run(host='0.0.0.0', ssl_context=('cert.pem', 'key.pem'), port=9090)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed and added instructions to doc

demos/jans-tent/CONTRIBUTING.md Outdated Show resolved Hide resolved
demos/jans-tent/CODE_OF_CONDUCT.md Outdated Show resolved Hide resolved
demos/jans-tent/CHANGELOG.md Outdated Show resolved Hide resolved
demos/jans-tent/README.md Outdated Show resolved Hide resolved
@nynymike nynymike marked this pull request as ready for review January 22, 2023 02:37
@christian-hawk christian-hawk marked this pull request as draft January 23, 2023 14:09
@christian-hawk christian-hawk marked this pull request as ready for review January 23, 2023 15:23
used by flask server, should be generated by CLI or runtime
how to generate key and cert pem
used by flask server (RP)

Signed-off-by: christian <eland.christian@gmail.com>
@christian-hawk christian-hawk self-assigned this Jan 27, 2023
`error.py` was unused

Signed-off-by: christian <eland.christian@gmail.com>
@moabu moabu merged commit 80c53e0 into main Jan 27, 2023
@moabu moabu deleted the jans-tent-init-fork branch January 27, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-documentation Documentation needs to change as part of issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants