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

An Example for Reference implementation lite #142

Open
nabuskey opened this issue Feb 1, 2024 · 4 comments
Open

An Example for Reference implementation lite #142

nabuskey opened this issue Feb 1, 2024 · 4 comments
Labels
examples Examples of using idpbuilder

Comments

@nabuskey
Copy link
Collaborator

nabuskey commented Feb 1, 2024

The reference implementation being worked on is too heavy. We need a lite version where only the essential components with no security configuration. This is likely more suitable for development purposes.

Possible Components:

  • Backstage
  • Crossplane
  • Argo Workflows
@nabuskey nabuskey added good first issue Good for newcomers examples Examples of using idpbuilder labels Feb 1, 2024
@nimakaviani
Copy link
Contributor

do you need cert-manager and keycloak as part of this?

@cmoulliard
Copy link
Contributor

From my point of view, we need:

  • Backstage
  • ArgoCD
  • CertManager
  • Tekton (optional) => only if we would like to propose some templates for IDP able to streamline the build, test and deployment process using Pipelines (build, test) and Helm chart for the deployment. Remark: ArgoCD will be used here as App of Apps and will deploy using a parent App the children Applications able to build, test, etc
  • Keycloak (optional): it implies also that you configure kubectl to use OIDC to authenticate the user against the platform and to patch the kind config when we install it. Example about what to do is available here: https://github.com/snowdrop/kube-oidc-keycloak

Remarks: Ideally our idp apps should include natively the following plugins: argocd, tekton, keycloak & kubernetes with cluster-admin role. Example: https://github.com/q-shift/backstage-playground

@nimakaviani
Copy link
Contributor

Please feel free to check and provide feedback on this PR @cmoulliard #138

we have:

  • Backstage
  • ArgoCD
  • Nginx
  • Keycloack
  • Argo Workflows
  • Crossplane
  • Terraform Provider

Tekton and Argo Workflows are interchangeable of course and Keycloak is configured to allow SSO across all tools.

@nabuskey
Copy link
Collaborator Author

nabuskey commented Feb 8, 2024

do you need cert-manager and keycloak as part of this?

I don't think I want to have these. I want this to be light and be easily used together with IDEs for development purposes. We can probably lose Crossplane too.

I am thinking:

  • Backstage with no auth
  • Argo Workflows with no auth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Examples of using idpbuilder
Projects
None yet
Development

No branches or pull requests

3 participants