java - What is a good approach to managing paypal-api credentials for a cloud-based build and deployment? -


i trying identify best practice managing paypal-api credentials cloud-based build , deployment.

i have scala app using paypal java sdk. have sdk_config.properties containing paypal api credentials. don’t want leave credentials lying around – integrate them app late possible. manage source via git.

i use jenkins job on cloudbees deploy build , deploy app onto cloudbees run instance.

im wondering whether use kind of custom credential loader, or whether theres way manage config file outside of war.

i expect im not first person ever want pointers or suggestions save me reinventing wheel welcome.

in case, should use run@cloud configuration parameters. these encrypted , can accessed using system properties.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -