Currently I do this: String key = (String)conf.getProperty("whirr.identity"); String auth = (String)conf.getProperty("whirr.credential"); System.err.print("Key: " + key + "\n"); System.err.print("Auth: " + auth + "\n");
It returns this: Key: ${env:WHIRR_IDENTITY} Auth: ${env:WHIRR_CREDENTIAL} Key: ${env:WHIRR_IDENTITY} Auth: ${env:WHIRR_CREDENTIAL} Key: ${env:WHIRR_IDENTITY} Auth: ${env:WHIRR_CREDENTIAL} Key: ${env:WHIRR_IDENTITY} Auth: ${env:WHIRR_CREDENTIAL} How can I get the actual credential/identity value? I need them to fill out a configuration for my service. -- Russell Jurney twitter.com/rjurney russell.jur...@gmail.com datasyndrome.com