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

Set correct owner for Hangfire tables #190

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

Ceredron
Copy link
Collaborator

@Ceredron Ceredron commented Aug 12, 2024

Description

The Hangfire tables are created by the application. This leads to the application identity becoming the owner of said tables - limiting our access when troubleshooting. Instead, we set the owner to the admin role in the database that we (the developers) share with the application.

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)
  • All tests run green

Documentation

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

… application identity becoming the owner of said tables - limiting our access when troubleshooting. Instead, we set the owner to the admin role in the database that we (the developers) share with the application.
@Ceredron Ceredron linked an issue Aug 12, 2024 that may be closed by this pull request
@Ceredron Ceredron merged commit 2103077 into main Aug 12, 2024
4 checks passed
@Ceredron Ceredron deleted the fix/hangfire-table-owner branch August 12, 2024 12:08
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.

Bug: Ingen utviklertilgang til Hangfire-tabellene
2 participants