Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a Korifi API user I want to be able to bind to a managed service instance (async bind) #3293

Closed
danail-branekov opened this issue May 23, 2024 · 0 comments

Comments

@danail-branekov
Copy link
Member

danail-branekov commented May 23, 2024

GIVEN I have enabled the experimental managed services flag in the helm values
GIVEN I have pushed an app
GIVEN I have created a managed service instance
WHEN I POST /v3/service_credential_bindings with the following request body

{
  "relationships": {
    "app": {
      "data": {
        "guid": "my-app-guid"
      }
    },
    "service_instance": {
      "data": {
        "guid": "my-managed-service-instance-guid"
      }
    }
  },
  "type": "app"
}

WHEN the OSBAPI broker responds with 202 Accepted (i.e. the bind operation is asynchronous)
THEN I get a 202 Accepted response with a Location header pointing me to a bind job
THEN eventually I see the bind job succeeding
THEN I see a credential binding created with the service broker

Dev notes:

@github-project-automation github-project-automation bot moved this to 🧊 Icebox in Korifi - Backlog May 23, 2024
@danail-branekov danail-branekov moved this from 🧊 Icebox to 🇪🇺 To do in Korifi - Backlog May 31, 2024
@georgethebeatle georgethebeatle added this to the v0.13 milestone Sep 20, 2024
@danail-branekov danail-branekov self-assigned this Sep 27, 2024
@georgethebeatle georgethebeatle modified the milestones: v0.13, v0.14 Oct 16, 2024
@danail-branekov danail-branekov changed the title As a Korifi API user I want to be able to bind to a managed service instance As a Korifi API user I want to be able to bind to a managed service instance (async bind) Oct 23, 2024
danail-branekov added a commit to zabanov-lab/korifi that referenced this issue Oct 24, 2024
danail-branekov added a commit to zabanov-lab/korifi that referenced this issue Oct 24, 2024
danail-branekov added a commit to zabanov-lab/korifi that referenced this issue Oct 24, 2024
@github-project-automation github-project-automation bot moved this from 🔄 In progress to ✅ Done in Korifi - Backlog Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants