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

APEX Upload: Support for Oracle Cloud Wallet (TNS Admin) #354

Open
martindsouza opened this issue Jan 9, 2021 · 1 comment
Open

APEX Upload: Support for Oracle Cloud Wallet (TNS Admin) #354

martindsouza opened this issue Jan 9, 2021 · 1 comment

Comments

@martindsouza
Copy link
Member

Reference issue: vincentmorneau/apex-publish-static-files#20

In apexnitro.cred.json should have the ability to provide a variable tns_admin so it could be set before calling apex-publish-static-files

Ex:

  "path": "sqlcl",
  "tns_admin": "/oracle/wallets/atp01",
  "username": "your_username",
  "password": "your_password",
  "connectionString": "your_connection_string"
}
@martindsouza
Copy link
Member Author

Before calling upload could detect if the TNS_NAMES is defined.

Pseudo code:

if (config.upload.tns_admin){
  process.env['TNS_ADMIN'] = config.upload.tns_admin;
end if;

uploader.publish(....)

martindsouza added a commit to martindsouza/apex-nitro that referenced this issue Jan 9, 2021
vincentmorneau added a commit that referenced this issue Jan 11, 2021
#354 Oracle Wallet support for apex-nitro upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant