|
Re: [Proposal] Sharing service instances across orgs and spaces
One issue with Org Managers being responsible for enabling sharing is that
they may only be able to see one org, so should they have permissions to
share into another org that they are not a manger
One issue with Org Managers being responsible for enabling sharing is that
they may only be able to see one org, so should they have permissions to
share into another org that they are not a manger
|
By
Matt McNeeney
·
#6993
·
|
|
Re: Incubation Proposal: BOSH Backup and Restore
Hi Dr Max,
That works perfectly, thanks.
I've responded to pending comments, would welcome thoughts on whether
there's further discussion or clarification needed.
best,
Therese
wrote:
Hi Dr Max,
That works perfectly, thanks.
I've responded to pending comments, would welcome thoughts on whether
there's further discussion or clarification needed.
best,
Therese
wrote:
|
By
Therese Stowell
·
#6992
·
|
|
Re: [Proposal] Sharing service instances across orgs and spaces
As an admin I would prefer not to have to opt every org and space into
being able to share. Perhaps a global switch can be enabled for
installations that don't require that level of
As an admin I would prefer not to have to opt every org and space into
being able to share. Perhaps a global switch can be enabled for
installations that don't require that level of
|
By
Mike Youngstrom <youngm@...>
·
#6991
·
|
|
Re: [Proposal] Sharing service instances across orgs and spaces
DHR: Yes, we could potentially rely on OrgManagers to open up sharing. We
will investigate this as an option.
Gabriel: No, there will be no changes to service brokers for this feature.
From their
DHR: Yes, we could potentially rely on OrgManagers to open up sharing. We
will investigate this as an option.
Gabriel: No, there will be no changes to service brokers for this feature.
From their
|
By
Matt McNeeney
·
#6988
·
|
|
Re: [Proposal] Sharing service instances across orgs and spaces
Will service brokers need to change in order to support this feature?
A related question for the community: are there services in the wild that
would break if a single service instance were bound to
Will service brokers need to change in order to support this feature?
A related question for the community: are there services in the wild that
would break if a single service instance were bound to
|
By
Gabriel Rosenhouse <grosenhouse@...>
·
#6987
·
|
|
Re: [Proposal] Sharing service instances across orgs and spaces
+1 on Org Managers enabling permissions and governance
Nice proposal. I see many possibilities, with read, read-write services
being shared across the Org.
--
Rajesh Jain
Cloud Foundry Platform
+1 on Org Managers enabling permissions and governance
Nice proposal. I see many possibilities, with read, read-write services
being shared across the Org.
--
Rajesh Jain
Cloud Foundry Platform
|
By
Rajesh Jain <rajesh.jain@...>
·
#6989
·
|
|
Re: [Proposal] Sharing service instances across orgs and spaces
I really like the proposal, especially in support of using messaging systems between microservices.
It would be great if we could avoid reliance on central admins for enabling service sharing between
I really like the proposal, especially in support of using messaging systems between microservices.
It would be great if we could avoid reliance on central admins for enabling service sharing between
|
By
DHR
·
#6986
·
|
|
[Proposal] Sharing service instances across orgs and spaces
Many Cloud Foundry users have expressed a desire to share service instances
across orgs and spaces. Whilst this could be considered an anti-pattern for
some data services, there are many use cases for
Many Cloud Foundry users have expressed a desire to share service instances
across orgs and spaces. Whilst this could be considered an anti-pattern for
some data services, there are many use cases for
|
By
Matt McNeeney
·
#6985
·
|
|
Re: CF API and multiple filters
Hi Stanislav,
There is a CF CLI Plugin with a functionality comparable to your script:
https://github.com/18F/cf-route-lookup
Maybe it is useful for you (implementation details, performance
Hi Stanislav,
There is a CF CLI Plugin with a functionality comparable to your script:
https://github.com/18F/cf-route-lookup
Maybe it is useful for you (implementation details, performance
|
By
Kai Peters
·
#6984
·
|
|
CF CLI v6.28.0 Released Today - Space-scoped Staging Application Security Groups, Interactive Private Docker Repo Push
The CF CLI team cut 6.28.0 today.
Deb, yum and Homebrew repos have been updated; binaries, installers and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
Space
The CF CLI team cut 6.28.0 today.
Deb, yum and Homebrew repos have been updated; binaries, installers and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
Space
|
By
Koper, Dies <diesk@...>
·
#6983
·
|
|
(No subject)
Hi,
I am working inside company firewall.
I am using the following command to create the vm
bosh create-env bosh-deployment/bosh.yml --state vbox/state.json --vars-store vbox/creds.yml -o
Hi,
I am working inside company firewall.
I am using the following command to create the vm
bosh create-env bosh-deployment/bosh.yml --state vbox/state.json --vars-store vbox/creds.yml -o
|
By
PARTHASARATHI KUNDU
·
#6990
·
|
|
Re: CF API and multiple filters
Hi Stanislav,
Support for multiple query params will not be removed and they will also be supported in V3. We'll take a look at improving our documentation around this.
-Zach
Hi Stanislav,
Support for multiple query params will not be removed and they will also be supported in V3. We'll take a look at improving our documentation around this.
-Zach
|
By
Zach Robinson
·
#6982
·
|
|
Re: env_var_visibility question
Hi Jay,
Apps will still have access to all the same environment variables in their runtime environement
-Zach
Hi Jay,
Apps will still have access to all the same environment variables in their runtime environement
-Zach
|
By
Zach Robinson
·
#6981
·
|
|
Re: Incubation Proposal: BOSH Backup and Restore
Hi, Therese,
Noted.
Let me suggest the following schedule:
1. Please address all pending comments making sure each commenter accepts
(Resolve in Google Doc) their comments.
2. After that, let's
Hi, Therese,
Noted.
Let me suggest the following schedule:
1. Please address all pending comments making sure each commenter accepts
(Resolve in Google Doc) their comments.
2. After that, let's
|
By
Michael Maximilien
·
#6980
·
|
|
Re: 502 bad gateway error in performance testing
Do you get an access log entry from the gorouter in `cf logs`? If so, can
you include it? It would be helpful to see as it will tell you how long
the gorouter waited for a response from your
Do you get an access log entry from the gorouter in `cf logs`? If so, can
you include it? It would be helpful to see as it will tell you how long
the gorouter waited for a response from your
|
By
Daniel Mikusa
·
#6979
·
|
|
502 bad gateway error in performance testing
I deployed one web application in CF V255, when I executed performance
testing in high load(say, 1900 concurrent users) using Jmeter, Jmeter
reports 502 bad gateway error, but there is no error in
I deployed one web application in CF V255, when I executed performance
testing in high load(say, 1900 concurrent users) using Jmeter, Jmeter
reports 502 bad gateway error, but there is no error in
|
By
Sam Dai
·
#6978
·
|
|
Europe Summit: submit nominations for track co-chairs by Friday
Hi, this is Melissa of Cloud Foundry Foundation.
We are looking to the community to nominate Co-Chairs to help curate
content for Cloud Foundry Summit Europe Summit 2017. Please nominate people
that
Hi, this is Melissa of Cloud Foundry Foundation.
We are looking to the community to nominate Co-Chairs to help curate
content for Cloud Foundry Summit Europe Summit 2017. Please nominate people
that
|
By
Melissa Logan <mlogan@...>
·
#6977
·
|
|
Re: UAA Scope and Future Roadmap
I recently presented the roadmap for UAA at the CF summit. The deck and
recording are available
I recently presented the roadmap for UAA at the CF summit. The deck and
recording are available
|
By
Sree Tummidi
·
#6976
·
|
|
Re: UAA Scope and Future Roadmap
Answers:
1. What is the scope of UAA?
A: To be a OAuth 2 and OpenID Connect 1.0 compliant authorization server
with support for federation with external identity providers.
2. Is it
Answers:
1. What is the scope of UAA?
A: To be a OAuth 2 and OpenID Connect 1.0 compliant authorization server
with support for federation with external identity providers.
2. Is it
|
By
Filip Hanik
·
#6975
·
|
|
time synchronization between single instances
Hi all,
I have one question about time synchronization between single instances of one application.
We have a high available application, which sets timestamp on each received data (high frequency
Hi all,
I have one question about time synchronization between single instances of one application.
We have a high available application, which sets timestamp on each received data (high frequency
|
By
Koch Georg (INST-INL/ESW33) <georg.koch@...>
·
#6974
·
|