1

Latest since this checkin the service-connector cf plugin seems to be gone for SwisscomDev.

Official Link to the plugin simply returns a 404.

Isn't it supported anymore? What's the alternative? And did I miss communication about it?

LBA
  • 3,859
  • 2
  • 21
  • 60

1 Answers1

0

Isn't it supported anymore? What's the alternative?

Yes. Our proprietary CF CLI client plugin is phased out. The alternative is cf ssh (from upstream). See Accessing Services with SSH on docs.developer.swisscom.com.

On Migrate from legacy MariaDB to MariaDB Ent you have a step by step howto for cf ssh. Please adapt that for your service and port.

cf ssh proy-app -L 13000:<old-db-host>:<old-db-port>

Here on #swisscomdev there is also a posting Alternative to Swisscom CF plugin named Service Connector with MongoDB Ops Manager example.

We have an edge case for an enterprise customer that may still need a cf sc feature (not available in cf ssh). Investigation ongoing.

And did I miss communication about it?

Sorry we failed in communication. Sorry that you notice this change in our GitHub repo first. We wished to update docs first, then communicate the EOL. We somehow forgot it in yesterdays newsletter.

Sybil
  • 2,503
  • 3
  • 25
  • 36
  • So instead of a 'simple' ssh connection I need to push a separate app to connect to a service? Apps cost money, right? so whenever I want to look up logs from my ELK service I need to pay extra for a proxy-app? alternative would be local port forwarding with cf ssh? is it somehow possible to create documentation for these approaches please? – LBA Oct 09 '17 at 11:28
  • to me it doesn't sound right to use my productive app to connect to services from a remote machine for any purpose. I'll check for the example - I am more talking in general as I have to gather all this information step by step which I wouldn't expect from a payed PaaS. SwisscomDev others a couple of services - and it'd be simply great to have a doc per service how to remotely connect when necessary. – LBA Oct 09 '17 at 11:35
  • successfully used the `cf ssh` way – LBA Oct 16 '17 at 12:19