Skip to content

Add support for External Databases #1974

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add support for External Databases #1974

wants to merge 3 commits into from

Conversation

ekerfelt
Copy link
Contributor

No description provided.

@encore-cla
Copy link

encore-cla bot commented Jun 18, 2025

All committers have signed the CLA.

jobs.Go("Fetching application secrets", true, 150*time.Millisecond, func(ctx context.Context) error {
data, err := r.secrets.Get(ctx, expSet)
if err != nil {
return err
Copy link
Member

Choose a reason for hiding this comment

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

Will this cause errors for non-logged-in users even if the app doesn't use secrets?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so. The secret loading is very graceful. I've tested with logged in/logged out offline/online and seems to work well

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