-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
GitLab Integration Support for Self-Hosted GitLab #418
Comments
Hello @maidul98 I'm following up on this issue for modifying the Standard option to support syncing secrets from Infisical to GitLab Self-Hosted. Are there any updates on this feature? Will it be included in your upcoming roadmap? Thanks in advance for your response. |
Support here, do we have any idea about when this feature will be release? Thanks |
Will look into this. |
This is already released, we have been using it for some time already. |
@WladyX |
Have you done this? As per the docs? |
That's required only in Self hosted instance of Infisical I am on Infisical Cloud + GitLab CE |
It make sense, why this is not working? The self-hosted URL and the CLIENT_ID/CLIENT_SECRET in the Infisical cloud are not the same. Since this is issue related only to Infisical cloud. I think someone from the core team, should take a look. |
@maidul98 can we mark this as a real issue / bug? what do you think? |
Hi folks! I've just checked the flow and I believe that Infisical Cloud is currently configured specifically to sync to GitLab Cloud. That said, you can sync to a self-hosted instance of GitLab if you self-host Infisical yourself and configure it appropriately with the right Alternatively, for any enterprises, we'd be happy to provide a dedicated, managed Infisical Cloud instance that is able to sync to your self-hosted GitLab instance. If this is of interest, feel free to drop a line to [email protected]. |
Ok thanks @dangtony98 for the quick response. |
Hi,
if I set
and on the logs I have this error:
Would it be possible to have a unique application instead of registering a per-group or a per-project application ? Note: I'm using version v0.46.5-postgres. Thank you. |
Encountered the same issue as mentioned by @atefhaloui and the likely culprit is that the backend expects IDs returned from the instance to be Strings but they are integer
I checked and my instance definitely returns an integer (1, 2, 3 ...) for project ID. And further down the stack there is Zod validation on @dangtony98 is PR welcome or do you want to fix this yourself? |
Actually now I see it - the integration-team puts it as EDIT: tested and it works, changing |
I am also having this error and created a new issue (#1875 (comment)) to make sure this is seen as a distinct bug. |
Feature description
Currently, Infisical has 2 integration options for GitLab documented further here:
The Standard option only works for sending secrets to GitLab Cloud but users may be self-hosting GitLab on their own infrastructure.
What's needed is a modification to the Standard option to be able to sync secrets from Infisical to GitLab Self-Hosted.
Why would it be useful?
Users self-hosting GitLab would appreciate being able to use the Standard option.
Additional context
This may or may not be complicated because you have to account for:
The text was updated successfully, but these errors were encountered: