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

External user invitation to repository #79

Open
hemanibandaru-Atos opened this issue Jul 3, 2024 · 1 comment
Open

External user invitation to repository #79

hemanibandaru-Atos opened this issue Jul 3, 2024 · 1 comment

Comments

@hemanibandaru-Atos
Copy link

hemanibandaru-Atos commented Jul 3, 2024

we have requirement to sent external user invitation to repository with read permission. For this we have used team membership claim. below is my claim.

apiVersion: team.github.upbound.io/v1alpha1
kind: TeamMembership
metadata:
 name: some-team-membership
spec:
 forProvider:
   role: member
   teamId: <teamid>
   username: <username>
 providerConfigRef:
   name: default

apiVersion: team.github.upbound.io/v1alpha1
kind: TeamRepository
metadata:
 name: some-team-repo
spec:
 forProvider:
   permission: pull
   repository: <repoistory>
   teamId: <teamid>
 providerConfigRef:
   name: default

When we sent invitation to user, its asking user to perform sso authentication.
Could you please help to send external user invitation without sso?

When i add external user to a repository manually. External user is able to accept the invitation and read the repository content.
repository_invitation

@AtzeDeVries
Copy link
Collaborator

@HemaniB278,

MM i really dont know. Do you have the same behaviour is you use just plain terraform?

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

2 participants