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

Use Existing Service Account #26

Closed
sanath-2024 opened this issue Jun 20, 2022 · 2 comments
Closed

Use Existing Service Account #26

sanath-2024 opened this issue Jun 20, 2022 · 2 comments

Comments

@sanath-2024
Copy link

I am trying to use XManager with Vertex AI but do not have permissions to create a new service account. I noticed that the service account name is hard-coded to "xmanager" here:

https://github.com/deepmind/xmanager/blob/6b748270894ee2ca3499710620574eca2aa62ef0/xmanager/cloud/auth.py#L70-L92

Is it possible to add an option or parameter so that we can specify an existing service account name for XManager to use? Thanks.

@thesstefan
Copy link
Contributor

After f9dafbb, specifying a custom service account is done by using the --xm_service_account_name flag.

@sanath-2024
Copy link
Author

Thanks, this fixed the issue!

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

No branches or pull requests

2 participants