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

Upstash integration backend #4597

Merged
merged 10 commits into from
May 2, 2024
Merged

Upstash integration backend #4597

merged 10 commits into from
May 2, 2024

Conversation

ferozemohideen
Copy link

@ferozemohideen ferozemohideen commented May 1, 2024

following instructions from https://upstash.com/docs/common/help/integration#technical-design-gui-apps

steps to creating integration:

  1. direct user to porter project middleware, inject state and project into session then redirect to auth url
  2. user logs in, then hits the callback url
  3. callback handler gets an access token, then uses that to get a developer token. Developer token is stored in db and never expires

@@ -81,3 +81,6 @@ PORTER_CLOUD_PLAN_ID=

# PORTER_STANDARD_PLAN_ID is the id of the standard plan in Metronome. Only used if METRONOME_API_KEY is set
PORTER_STANDARD_PLAN_ID=

# UPSTASH_CLIENT_ID is used to integrate with Upstash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can we get one of these?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upstash team sent me one in plain text over slack lol

@ferozemohideen ferozemohideen merged commit 64a9add into master May 2, 2024
9 checks passed
@ferozemohideen ferozemohideen deleted the upstash-integration branch May 2, 2024 14:41
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

Successfully merging this pull request may close these issues.

2 participants