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

Create tilt dev environment with keycloak #625

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Conversation

rouja
Copy link
Contributor

@rouja rouja commented Jan 7, 2025

In order to be able to enroll external people we need to have a standalone development environment.

  • create vault secret
  • add make file step to load special dinum creds
  • add ci jobs in order to publish helm chart

@rouja rouja force-pushed the configure-tilt-with-keycloak branch 16 times, most recently from a7c4abb to 01c85d5 Compare January 13, 2025 09:55
Comment on lines +176 to +178
## @param backend.createsuperuser.command The command to create the django super user
createsuperuser:
command: python manage.py createsuperuser --username admin@example.com --password admin
Copy link
Collaborator

Choose a reason for hiding this comment

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

different from meet :

 ## @param backend.createsuperuser.command backend migrate command
 ## @param backend.createsuperuser.restartPolicy backend migrate job restart policy
  createsuperuser:
    command:
      - "/bin/sh"
      - "-c"
      - |
        python manage.py createsuperuser --email $DJANGO_SUPERUSER_EMAIL --password $DJANGO_SUPERUSER_PASSWORD
    restartPolicy: Never
    ```

description: A Helm chart to add some manifests to desk
description: A Helm chart to add some manifests to meet
Copy link
Collaborator

Choose a reason for hiding this comment

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

error

- env.d/{{ .Environment.Name }}/secrets.enc.yaml
production:
- name: extra
installed: {{ eq .Environment.Name "dev" | toYaml }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

in meet,

installed: {{ regexMatch "^dev.*" .Environment.Name | toYaml }}

mountPath: /usr/local/lib/python3.12/site-packages/certifi/cacert.pem
subPath: cacert.pem

# Exra volumes to manage our local custom CA and avoid to set ssl_verify: false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Extra*

kind: ClusterSecretStore
metadata:
name: bitwarden-login-{{ $.Release.Namespace }}
namespace: external-secrets
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove

@rouja rouja changed the title WIP Create tilt dev environment with keycloak Create tilt dev environment with keycloak Jan 17, 2025
rouja added 2 commits January 17, 2025 15:18
To be able to move the repository on the new organization and to
facilitate external developer integration we need to create a standalone
dev stack and use external secret.
We need to publish a Helm chart to facilitate separating the code from
the deployment configuration.
@rouja rouja force-pushed the configure-tilt-with-keycloak branch from 01c85d5 to 1c0742e Compare January 17, 2025 14:18
@rouja rouja enabled auto-merge (rebase) January 17, 2025 14:26
@rouja rouja merged commit 80976e3 into main Jan 17, 2025
18 of 19 checks passed
@rouja rouja deleted the configure-tilt-with-keycloak branch January 17, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants