wilson
wilson
Explore posts from servers
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
for the time being i will likely keep our whole company service stack in one project and lean heavily on groups
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
hmm is this something y'all are open to changing or working on? being able to link across service boundaries is a huge deal for companies
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
like how do company/team clients use "projects" right now? it seems like either everything goes in its own project or everything goes in one project with no in between
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
ideally we have one single grafana and not a million different ones
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
ig i can make that a template or something right?
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
for metrics? because if its exposed to the public web someone could send stuff to it if i don't secure the endpoint, and i don't want to spend time securing the endpoint. this originally came from wanting a single tailscale relay for my whole company but seems that's not possible, but now thinking we're going to have multiple services/projects that need to be aware of the observability stack
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
so companies today that need monitoring and observability put all their services into a single project? we can do that that just doesn't seem like what the UI is for
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
i mean, it would it would just be private to your organization and not a single specific project
18 replies
RRailway
Created by wilson on 11/9/2024 in #✋|help
Private networking across projects?
is there any roadmap to add that? im sure other people have asked for this
18 replies
RRailway
Created by wilson on 11/6/2024 in #✋|help
bypass "deploy from outside organization"
thats what i ended up doing
13 replies
RRailway
Created by wilson on 11/6/2024 in #✋|help
bypass "deploy from outside organization"
you can't it turns out
13 replies
RRailway
Created by wilson on 11/6/2024 in #✋|help
bypass "deploy from outside organization"
what about if i add my work email as one of my github emails but not the primary one
13 replies
RRailway
Created by wilson on 11/6/2024 in #✋|help
bypass "deploy from outside organization"
is there anything i can do to not make it warn about my deploys
13 replies
RRailway
Created by wilson on 11/6/2024 in #✋|help
bypass "deploy from outside organization"
one is personal one is my work email
13 replies
RRailway
Created by wilson on 11/6/2024 in #✋|help
bypass "deploy from outside organization"
N/A
13 replies
KKinde
Created by wilson on 5/17/2024 in #💻┃support
Building Google non-Drive apps using Kinde
so that’s probably the key point is i used the pkce flow instead of implicit
10 replies
KKinde
Created by wilson on 5/17/2024 in #💻┃support
Building Google non-Drive apps using Kinde
yeah totally, supabase is a great model to follow. basically i ended up using their exchangeCodeForSession method on my server side. it automatically sets the cookie for the supabase auth session, and lets me persist the refresh token on my server side before continuing the user auth flow. so it goes my app --> google auth --> supabase -pkce-> my app server -save session and token-> my app
10 replies
KKinde
Created by wilson on 5/17/2024 in #💻┃support
Building Google non-Drive apps using Kinde
i’ll integrate with anything you let me! other than those maybe outlook/onedrive? i ended up using supabase for the hack project because i got to intercept the auth callback and store the refresh tokens and do whatever i wanted with them - is that something you’d consider exposing in kinde?
10 replies
KKinde
Created by wilson on 5/17/2024 in #💻┃support
Building Google non-Drive apps using Kinde
well as a start, i am building an app that reads your incoming email and applies labels based on some rules you define using LLMs. so i would use kinde to sign in with google, then use the access token to read email for notion and airtable it would be connecting their account to interact with their pages and databases
10 replies