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

Support bootstrapping demo users in main DB setup script, if appropriate #15394

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stevejalim
Copy link
Collaborator

This is so that we can boostrap SSO users on the demo servers on Cloud Run.

This approach is a lot simpler, cleaner and more build-time efficient than doing a multi-stage container build in Cloud Build, but it does add to the complexity of that sync-all script...

  • I used an AI to write some of this code.

Issue / Bugzilla link

15375

Testing

@stevejalim stevejalim changed the title Add call to bootstrap demo-site users if the relevant env var is available Support bootstrapping demo users in main DB setup script, if appropriate Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.68%. Comparing base (d3f7f52) to head (67cb4b9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15394      +/-   ##
==========================================
+ Coverage   78.66%   78.68%   +0.01%     
==========================================
  Files         156      156              
  Lines        8165     8171       +6     
==========================================
+ Hits         6423     6429       +6     
  Misses       1742     1742              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@robhudson robhudson left a comment

Choose a reason for hiding this comment

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

👢

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

Successfully merging this pull request may close these issues.

2 participants