Questions tagged [swisscomdev]

Swisscom Application Cloud is a cloud platform based on Cloud Foundry.

Swisscom Application Cloud is a platform as a service (PaaS) offering by Swisscom, a telecommunications provider from Switzerland. The platform is based on Cloud Foundry.

References

218 questions
1
vote
1 answer

How can I move an app from one space to another?

I have created a new space in the organisation and I have to move several apps from one space to the newly created one. How can I do this? (I don't want to rename the old space since only a subset of its apps need to be moved.
Gabriel Petrovay
  • 20,476
  • 22
  • 97
  • 168
1
vote
1 answer

Failure when trying to delete service key of s3 storage service

Deleting a service key fails with internal server error. The following command produces the error: cf dsk -f storage storage-keys Deleting key storage-keys for service instance storage as user... FAILED Server error, status code: 502, error…
Tom
  • 11
  • 1
1
vote
1 answer

https not working as expected on swisscom CloudFoundry

I have a very simple spring boot application which as one controller: @RestController public class HomeController { @GetMapping(path = "/") public String getHome() { return "Hello world"; } } and the following security…
domi
  • 2,167
  • 1
  • 28
  • 45
1
vote
1 answer

How to get the real client ip address if request was passed from one app to another?

We have a frontend app A (staticfile_buildpack) which forwards all REST requests to backend app B (nodejs-buildpack). How can we get the real client IP address in app B? I would expect to have the client IP in the x-forwarded-for header. NGINX…
1
vote
1 answer

IP Address Range for Swisscom Public Application Cloud

I need to connect to a third party service API from a cloud foundry (Java) application running on Swisscom's public application cloud. This third party service is secured in a way that I need to provide the IP range I am using to connect to the…
davosian
  • 23
  • 4
1
vote
1 answer

How can I use RabbitMQ user access management in iAPC?

I'm setting up a new RabbitMQ service in iAPC (Swisscom app cloud) and I need to control the user access of the different producer/consumer application. My access control requirement: Application A can only write to queue X. Application B can only…
simoncuche
  • 11
  • 2
1
vote
1 answer

How to configure CORS on Swisscom Cloudfoundry S3 dynamic storage

I need to setup some CORS rules for my S3 Bucket hosted on Swisscom Cloudfoundry. Where or how can i set my CORS rules? In the Cloudfoundry dashboard I can't find any settings, that belongs to CORS. And setting CORS through the API with the Postman…
Nio
  • 497
  • 3
  • 6
  • 16
1
vote
1 answer

How can I restart a cloud foundry docker app from a private repository?

I am deploying docker applications to cloud foundry running on the swisscom cloud (website). Here's a snippet from my deployment script. ... export CF_DOCKER_PASSWORD=$CI_REGISTRY_PASSWORD cf push $APP_NAME -f "$MANIFEST_FILE" --vars-file…
1
vote
1 answer

How to create corpid-2 service and bind it to my app. Invalid UAA client config

I would like to create a corpid-2 service to be able to allow certain person to a simple web app in python. I'm facing the problem about some parameters that needs to be given. I am not able to find these parameters in the swisscom documentation…
jerem0808
  • 95
  • 1
  • 12
1
vote
1 answer

Cloudfoundry: Same domain in two orgs

Is it possible to use the same domain in two different orgs? I get following error message while trying to add the domain to a second org
gabac
  • 2,062
  • 6
  • 21
  • 30
1
vote
1 answer

in which cpu mode does the CF run the containers?

Our go app uses Telegraf to collect CPU measurement. Neither user nor system mode are closed to the value, which is visible via cli cf app app_name
Oleg A.
  • 136
  • 4
1
vote
1 answer

How to run/install wkhtmltopdf in php-buildpack (Cloud Foundry)

i want to use wkhtmltopdf in my php application. therefor i added wkhtmltopdf to my apt.yml file and hoped that everything will work... ...unfortunately, it doesn't. everytime i run wkhtmltopdf google.ch output.pdf i get the following…
Nio
  • 497
  • 3
  • 6
  • 16
1
vote
1 answer

Deploy Spring Boot App to Swisscom Cloud with New Relic Java Agent

I am unsuccessful in deploying a really simple (one endpoint) spring boot app to the swisscom cloud with the new relic java agent. Here is the main dependency found in pom.xml: org.springframework.boot
1
vote
1 answer

securing spring boot app with mTLS - running on Swisscom App Cloud

I have a spring boot app deployed to Swisscom App Cloud that should to be secured with mTLS. Obviously there's spring security... Specific to Swisscom App Cloud I read about securing traffic on…
1
vote
1 answer

Application Performance monitoring on Swisscom Application Cloud

I am investigating options for monitoring our installation in Swisscom's cloud-foundry. My objectives are the following: monitor performance indicators for deployed application (such as cpu, disk, memory) monitor performance indicators for…
Lukas Futera
  • 107
  • 9