Skip to content

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