23 questions
0
votes
0
answers
48
views
Making xFrameworkVersionNumber in Objective-C umbrella header `const` because of concurrency-safe in Swift
Follow up for this question VersionNumber and VersionString in umbrella header is what is the repercussion of changing this line from the autogenerated umbrella header file xFramework.h:
//! Project ...
-1
votes
1
answer
91
views
Issues Importing a Framework with Dependencies in Swift
I'm currently developing an umbrella framework in Swift, where one framework is dependent on another framework. Specifically, I have a framework (let's call it MainFramework) that depends on another ...
1
vote
0
answers
76
views
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 ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
719
views
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:...
0
votes
1
answer
111
views
Supervision tree conflict in an umbrella app
Background
I have an umbrella app that has many smaller apps inside. One of this apps, called A, needs to be able to spin and supervise another app, called B.
B, being an app in its own right, exposes ...
1
vote
1
answer
2k
views
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. ...
2
votes
1
answer
1k
views
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 ...
0
votes
1
answer
507
views
How made umbrella chart update existing helm deployment
I have a umbrella chart and I want to know if it's possible to update an existing helm deployment through my requirements.yaml in my umbrella chart.
0
votes
1
answer
881
views
How to install Helm Umbrella Charts pulled from remote repository
I have an umbrella chart uploaded in a remote repository and am trying to install it. How do I get it pulled down and ready to install?
I've tried helm fetch repo/umbrellachartname --untar which ...
2
votes
1
answer
303
views
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 ...
0
votes
2
answers
1k
views
Phoenix.Router.NoRouteError for assets
in elixir i try to create project under umbrella with this command
mix phx.new my_project --umbrella
in apps directory try to install phoenix project with this command
mix phx.new phx_project --no-...
1
vote
1
answer
470
views
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 ...
9
votes
1
answer
2k
views
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 ...
0
votes
1
answer
197
views
docker: invalid reference format on Elixir Umbrella project
following this tutorial I'm trying to dockerize my Elixir Umbrella project before pushing to production.
I'm trying to run my app through Docker using this command:
docker run --rm -ti \
...