So I got the external service and endpoint for my oracle database going. It
seems that within a project all services get environments variables to
locate all the other services. Can I restrict what services are able to see
my external database? In the mysql example that would be limiting who gets
the value of *EXTERNAL_MYSQL_SERVICE_SERVICE_HOST *injected.

On 11 October 2016 at 16:43, Lionel Orellana <lione...@gmail.com> wrote:

> Hello
>
> I've seen some articles on how to define an external service for mysql (
> https://docs.openshift.com/container-platform/3.3/dev_
> guide/integrating_external_services.html).
>
> Does the same method apply to an external Oracle database?
>
> I don't understand where the variable
> *EXTERNAL_MYSQL_SERVICE_SERVICE_HOST *comes from in the above link.
>
> If the app has environment variables like
>
> env:
>   -
>     name: "MYSQL_USER"
>     value: "${MYSQL_USER}"
>
> Where does the value of ${MYSQL_USER} come from?
>
> thanks
>
> Lionel.
>
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to