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

Update the management commands to use the apropriate service accounts. #37

Open
OdinsPlasmaRifle opened this issue Nov 28, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@OdinsPlasmaRifle
Copy link

OdinsPlasmaRifle commented Nov 28, 2023

Update the management commands to use the appropriate service accounts.

Currently the following service accounts are not getting used correctly:

  • The Google Cloud Bucket service account.
  • The main webapp service account for the specific project.

Not using these means some actions cannot be performed in a management command and we have to instead exec into a webapp or worker pod.

Here is an example of how to do this:
https://stackoverflow.com/a/68372042

Here is how the management commands are currently built:

https://github.com/rehive/rdeploy/blob/1688d6cbea4108700e2d96f52b9fbd98dbb7da75/rdeploy/utils.py#L101C1-L101C1

@OdinsPlasmaRifle OdinsPlasmaRifle added bug Something isn't working enhancement New feature or request labels Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant