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

[Enhancement] Allow for replacement of token values in the scripts @ runtime #45

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

This is a feature idea (And I am sorry if this can be achieved another way 
which I have yet to find), but essentially, our requirements is that we want to 
let the user installing the DB enter in a new / existing credentials that will 
be used to run our application under.

What I am thinking is that we could have our permissions scripts modified 
before sending the script to the DB so that the script could be updated with 
the correct values. 

So for example if you have 

CREATE LOGIN '%%LOGIN%%'

And we pass a parameter (Could be cmd line, or set as an environment variable 
or any other method). That RH would replace the %%LOGIN%% with the value we 
want.

Original issue reported on code.google.com by [email protected] on 13 Sep 2010 at 6:17

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

1 participant