How can we perform development activities in vahana if the client does not want us to access their servers directly?
The Vahana platform has the environment module to build application development and
runtime environment for the client-specific projects.
After you build an environment for application development and testing purposes, you can perform two activities:
- You can sync the native application environment with client specific environment.
- You can create special environment variables and then export them to the client application
environment.
While working on several project assignments, you can work with different client-specific requirements and application environment constraint. A few clients (like in your case) do not want to provide the direct access to their servers, citing data-privacy and external protection threat.
In that case where you cannot access the external servers, you can create environment variables and then export them to the client environment so that you can carry application development activity and then provide delivery modules securely and timely.