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(docker-all-in-one): create image requirements #6340

Merged
merged 21 commits into from
Oct 25, 2023
Merged

feat(docker-all-in-one): create image requirements #6340

merged 21 commits into from
Oct 25, 2023

Conversation

moabu
Copy link
Member

@moabu moabu commented Oct 19, 2023

Description

Target issue

closes #6338


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
@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 Oct 19, 2023
iromli and others added 14 commits October 20, 2023 23:55
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
@moabu
Copy link
Member Author

moabu commented Oct 24, 2023

new chart is working

root@moabu-feasible-bulldog:~/jans/charts/janssen-all-in-one# k get po -n jans
NAME                                      READY   STATUS    RESTARTS   AGE
jans-janssen-all-in-one-f7df84cc8-rf5c4   1/1     Running   0          3m57s
root@moabu-feasible-bulldog:~/jans/charts/janssen-all-in-one# helm ls -n jans
NAME    NAMESPACE       REVISION        UPDATED                                 STATUS          CHART                           APP VERSION
jans    jans            1               2023-10-24 13:42:35.106108748 +0000 UTC deployed        janssen-all-in-one-1.0.20-dev   1.0.20-dev 

iromli and others added 5 commits October 24, 2023 23:35
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
@moabu moabu marked this pull request as ready for review October 25, 2023 07:57
@moabu moabu requested a review from iromli as a code owner October 25, 2023 07:57
@moabu moabu merged commit 67e8abc into main Oct 25, 2023
@moabu moabu deleted the cn-aio branch October 25, 2023 07:58
devrimyatar pushed a commit that referenced this pull request Dec 30, 2023
* feat: add initial assets

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* chore: reorganize all-in-one assets

* feat: push new helm chart

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* ci: add aio

* fix: update components according to enabled services

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: add istio and nginx ingress . Add AS key rotation

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: service name

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: override entrypoint

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: generate.json mount

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: generate.json mount

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: generate.json mount

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: tls script cm name

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: tls script mount

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: use jans_auth healthcheck as main healthcheck

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* feat: add jans-link component

* chore: update jans.properties template

* chore(docker-all-in-one): remove vanilla examples

* fix: add jans-link to aiocompoenents

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* refactor: fix folder name

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

* fix: specify nginx ingress custom

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>

---------

Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
Co-authored-by: iromli <isman.firmansyah@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
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.

feat(docker-all-in-one): create a simple docker image that encapsulates all services
3 participants