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

Running RH without access to master database #442

Closed
kimjamia opened this issue Oct 29, 2021 · 1 comment
Closed

Running RH without access to master database #442

kimjamia opened this issue Oct 29, 2021 · 1 comment

Comments

@kimjamia
Copy link

It would be really nice to have an option that prevents RH from trying to connect to the master database.

In Azure SQL Database, a user can run ALTER DATABASE commands if the user is a db_owner of the database. The user can be a contained database-authenticated user. The user doesn't need to be a master-database-authenticated login.

I worked around this by setting the --csa option to point to the same database but I'm not sure if that might cause some issues.

@erikbra
Copy link
Member

erikbra commented Oct 31, 2021

Hi, @kimjamia . This shouldn't be a problem, I am pretty sure that it should not try to connect to the admin database if you specify the --dnc, aka --donotcreate switch. I have been using this specifically against Azure for that particular reason (see https://github.com/chucknorris/roundhouse/wiki/ConfigurationOptions#switches)

That said, please be aware that no one is actively maintaining RoundhousE at the moment, that I know of. I have called bankruptcy on the code, and started over, with grate, see #438 .

@erikbra erikbra closed this as completed Nov 2, 2021
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