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

[DOP-14540] Allow Docker entrypoint to automatically create SUPERADMIN users #45

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

dolfinus
Copy link
Member

@dolfinus dolfinus commented Apr 1, 2024

Change Summary

Now Docker image entrypoint can automatically create SUPERADMIN users during startup, using HORIZON__ENTRYPOINT__ADMIN_USERS env variable.

Related issue number

Checklist

  • Commit message and PR title is comprehensive
  • Keep the change as small as possible
  • Unit and integration tests for the changes exist
  • Tests pass on CI and coverage does not decrease
  • Documentation reflects the changes where applicable
  • docs/changelog/next_release/<pull request or issue id>.<change type>.rst file added describing change
    (see CONTRIBUTING.rst for details.)
  • My PR is ready to review.

@dolfinus dolfinus self-assigned this Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.68%. Comparing base (c94d748) to head (3d3608d).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #45   +/-   ##
========================================
  Coverage    90.68%   90.68%           
========================================
  Files          120      120           
  Lines         2416     2416           
  Branches       231      231           
========================================
  Hits          2191     2191           
  Misses         174      174           
  Partials        51       51           

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

@dolfinus dolfinus force-pushed the feature/DOP-14540 branch from 8d983da to 3d3608d Compare April 1, 2024 11:06
@dolfinus dolfinus marked this pull request as ready for review April 1, 2024 11:27
@dolfinus dolfinus merged commit 04b45d5 into develop Apr 2, 2024
16 checks passed
@dolfinus dolfinus deleted the feature/DOP-14540 branch April 2, 2024 09:04
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