infisical icon indicating copy to clipboard operation
infisical copied to clipboard

Secret Sync to Grafbase

Open rawkode opened this issue 1 year ago • 4 comments

Feature description

I would like to sync secrets to Grafbase environment variables

Why would it be useful?

Grafbase is a GraphQL service that allows a developer to provide a single API that federates to subgraphs/APIs.

Each project with Grafbase needs environment variables, and I want mine to live in Infisical and sync.

Additional context

https://api.grafbase.com/graphql

Instropection is enabled, but you need an access token.

mutation {
  environmentVariableCreate(input:{projectId: "", name: "", value: ""}) {}
  environmentVariableUpdate(input:{projectId: "", name: "", value: ""}) {}
  environmentVariableDelete(input:{projectId: "", name: "", value: ""}) {}
}

rawkode avatar Feb 09 '24 17:02 rawkode

Hey @akhilmhdh, can I work on this issue?

abdulhakkeempa avatar Mar 01 '24 09:03 abdulhakkeempa

This page is down for me https://api.grafbase.com/graphql

Salman2301 avatar Mar 18 '24 16:03 Salman2301

This page is down for me https://api.grafbase.com/graphql

Are you sure it's down? Are you using an API token? The instrospection requires an API token.

rawkode avatar Mar 20 '24 07:03 rawkode

Will take a look again. Will update it once :)

Salman2301 avatar Mar 25 '24 17:03 Salman2301