iron-io / functions

IronFunctions - the serverless microservices platform by
https://iron.io
Apache License 2.0
3.16k stars 228 forks source link

MQ_URL expose project_id and token in configuration file #659

Open saphoooo opened 6 years ago

saphoooo commented 6 years ago

Is there a way to avoid this kind of string in my deployment definition on K8s:

ironmq://project_id:token@mq-aws-us-east-1.iron.io/queue_prefix

Something like:

PROJECT_ID="project_id"
TOKEN="token"
IRONMQ_URL="mq-aws-us-east-1.iron.io/queue_prefix"

Then I should put project_id in configMaps and token in Secret