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

Allow overriding system user on db create. #2261

Open
wants to merge 3 commits into
base: release70
Choose a base branch
from

Conversation

ioev
Copy link

@ioev ioev commented Feb 9, 2022

#2257

Change to allow the a user to specify a different system user. I went with only allowing via an environment variable, as adding a new $stdin might quality as a breaking change.

@akostadinov
Copy link
Contributor

Looks consistent with SYSTEM password.

@yahonda
Copy link
Collaborator

yahonda commented Feb 24, 2022

Please rebase from the master branch to address RSpec failures.

@@ -13,11 +13,14 @@ def initialize(config)
end

def create
system_username = ENV["ORACLE_SYSTEM_USER"] || 'SYSTEM'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use double quote "SYSTEM", not 'SYSTEM' to make RuboCop happy.

@roger-link
Copy link

#2257

Change to allow the a user to specify a different system user. I went with only allowing via an environment variable, as adding a new $stdin might quality as a breaking change.

@yahonda @ioev What can be done to get this pr merged? It would be really helpful to be able to set the user. Thanks!

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.

5 participants