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

Adding Space Managers with Multiple Origins #535

Open
brahammittal opened this issue Oct 26, 2023 · 12 comments
Open

Adding Space Managers with Multiple Origins #535

brahammittal opened this issue Oct 26, 2023 · 12 comments

Comments

@brahammittal
Copy link

We are using Cloud foundry provider with SAP BTP provider
I am trying to add a space manager which is allowed to login with multiple origins. I get the below error
"The user exists in multiple origins"

There is no option to pass the origin of the user.

@pirnz
Copy link

pirnz commented Oct 30, 2023

+1

cloudfoundry_org_users and cloudfoundry_space_users resources don't support multiple origins.

Example error:

│ Error: The user exists in multiple origins. Specify an origin for the requested user from: 'origin1-name', 'origin2-name'
│ 
│   with cloudfoundry_org_users.org-managers[11],
│   on main.tf line 177, in resource "cloudfoundry_org_users" "org-managers":
│  177: resource "cloudfoundry_org_users" "org-managers" {
│ 

@tcasteli
Copy link

tcasteli commented Dec 6, 2023

+1

We have the exact same issue in SAP BTP

@saard
Copy link

saard commented Jan 18, 2024

+1

@ejakins
Copy link

ejakins commented Feb 12, 2024

+1

The ability to specify the origin should be added.

Required for many enterprise applications. Where there can be multiple IdPs for a given user.

The "origin" variable was added for the cloudfoundry provider recently. Can this be included for org managers/users as well please? 🙏🏾

@lemaiwo
Copy link

lemaiwo commented Feb 27, 2024

+1 same here for BTP

@linda-sap
Copy link

+1
also for BTP

@vobu
Copy link

vobu commented Mar 14, 2024

+1

1 similar comment
@gregorwolf
Copy link

+1

@Kartheeko07
Copy link

+1
needed for SAP BTP

@yanniks
Copy link

yanniks commented Apr 22, 2024

Is there any workaround for this issue?

@Mohit-21
Copy link

Mohit-21 commented May 7, 2024

+1
Facing the same issue.
Not able to specify the origin.

Example error:
cloudfoundry_org_users.ou1: Creating...

│ Error: The user exists in multiple origins. Specify an origin for the requested user from: 'sap.ids', 'sap.default'

│ with cloudfoundry_org_users.ou1,
│ on main.tf line 1, in resource "cloudfoundry_org_users" "ou1":
│ 1: resource "cloudfoundry_org_users" "ou1" {

@ignipae
Copy link

ignipae commented Jun 28, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests