Questions tagged [umbrella]

22 questions
9
votes
1 answer

When should I generate a mix umbrella vs a phoenix umbrella?

I'm not sure when to use mix and when to use phoenix for creating umbrella applications. I have read a lot of articles online but they are not clear of the reasoning for using mix over phoenix and vis versa. mix gives: - apps/ - config/ phoenix…
Loading...
  • 863
  • 9
  • 21
6
votes
1 answer

Umbrella project with multiple apps containing front end logic.

I have 2 applications which have shared functionality/routes. For example, in both applications there is a diary, goal tracking, sleep tracking, etc which work in the same way. There are also routes specific to each app. In AppA, a user can track…
Katherine
  • 2,086
  • 1
  • 14
  • 23
4
votes
1 answer

Umbrella Imports with Dart/Flutter

I am developing a plugin for Dart (Flutter). I have split up the source into many different implementation files to keep things clean and avoid having one massive file. The problem is, I don't want users to have to import tons of source files…
Brad Hesse
  • 648
  • 6
  • 15
3
votes
1 answer

iOS Umbrella Framework - codesign problem

I have an Umbrella Framework distributed throughs Cocoapods as vendored framework and compiled in release mode. It works perfectly with simulator, but I have a problem with the code sign on the sub-framework nested in the umbrella layer. This is the…
Andrea Miotto
  • 7,084
  • 8
  • 45
  • 70
2
votes
1 answer

Cisco Umbrella is blocking my Node.js App in Heroku website?

I'm a beginner in Node.JS and Mongoose. I have created a small Node.JS app. I have pushed the code into Github and Heroku server. After I have deployed the code into the Heroku server. I have checked my website online. It's working fine. I have…
VIGNESH R
  • 63
  • 5
2
votes
1 answer

How to pass token to backend API's in API-Umbrella

We have implemented Micro-Service Architecture for our API development and I am using API Umbrella as the gateway for all the micro-services. All the api's in the micro-service are using JWT token authentication mechanism for authentication and…
Richard Vinoth
  • 280
  • 3
  • 12
2
votes
0 answers

Generated Soap Client doesnt work in Elixir Distillery Release

I used the following library to generate a soap Client out of my wsdl-Files. https://github.com/bet365/soap All works fine in my dev environment - i can successfully call the services. The Problem: When I build my Elixir Release by Distillery it…
quax
  • 71
  • 7
2
votes
1 answer

Phoenix umbrella app not hot-reloading code

I have trouble with code reload in my Phoenix umbrella app. My umbrella is composed of 2 applications : app and app_web. Any change in app_web is hot reloaded as wanted, but I can’t make the same thing work with code in app. Where should I start…
Chris
  • 2,744
  • 3
  • 24
  • 39
1
vote
0 answers

How to find unused imports in umbrella header architecture?

I am looking to find unused imports in an umbrella architecture. The imports are used within swift files. These files receive their imports from Objective-C headers so a text based search would not work. I wrote a script that searches for imports…
1
vote
1 answer

Use of Umbrella Chart in CI/CD Pipeline w/ Multiple Contractors

I am new to this group. Glad to have connected. I am wondering if someone has experience in using an umbrella helm chart in a CI/CD process? In our project, we have 2 separate developer contractors. Each contractor is responsible for specific…
1
vote
1 answer

How to run migrations of another app from main app

I am following umbrella apps structure in my project. and I am writing access layer app which doesn't have separate repo but requires to have certain tables and relations migrated for it to work. I dont wanna create separate repo for it and make it…
Tanweer
  • 567
  • 1
  • 5
  • 17
1
vote
1 answer

Is there a right way to change a non umbrella project to use umbrella feature with Phoenix framework?

Using Phoenix framework now. At the beginning, we didn't use --umbrella option to generate the project. So the structure is like a simple app of umbrella way. Now want to change the project to the umbrella way. Is it possible and how to do?
online
  • 4,919
  • 10
  • 32
  • 47
0
votes
0 answers

config bin_path with Umbrella: 502 bad gateway

Recently I had to work on setting up a gateway using Umbrella. I am relatively new to this one. This was what I got after trying everything from my old developer (he left the team already, and I could not keep in touch with…
Kingfisher Phuoc
  • 8,052
  • 9
  • 46
  • 86
0
votes
1 answer

DNS forwarding in AWS Managed AD (Enterprise) doesn't work, is this supported?

I have AWS Managed AD deployed in my environment with EC2 servers joined to the same AD. I am trying to deploy Cisco Umbrella Web proxy URL filtering which requires the DNS for all external domains to be forwarded through their DNS servers. I have…
0
votes
1 answer

Rabbitmq deployment using helm umbrella chart and rabbitmq operator with kubernetes

I am trying to deploy to a kubernetes cluster an umbrella chart that contains the rabbitmq operator + rabbitmq. So in total 2 sub-charts. The operator sub-chart first deploys the CRD needed "kind: RabbitmqCluster" for the rabbitmq sub-chart and…
PmanAce
  • 4,000
  • 2
  • 24
  • 29
1
2