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

add security notes for the developers #5

Open
fdiblen opened this issue Jan 15, 2025 · 4 comments
Open

add security notes for the developers #5

fdiblen opened this issue Jan 15, 2025 · 4 comments
Labels

Comments

@fdiblen
Copy link
Contributor

fdiblen commented Jan 15, 2025

No description provided.

@fdiblen
Copy link
Contributor Author

fdiblen commented Jan 15, 2025

The secret key needs to be updated before a deployment.

SUPERSET_SECRET_KEY: 'EVERSE_UPDATE_ME'

@fdiblen
Copy link
Contributor Author

fdiblen commented Jan 15, 2025

Another secret here:

GUEST_TOKEN_JWT_SECRET = "EVERSE_UPDATE_ME"

Also update the role name before deployment to improve the security.

@fdiblen
Copy link
Contributor Author

fdiblen commented Jan 22, 2025

Postgresql secrets:

@fdiblen
Copy link
Contributor Author

fdiblen commented Jan 23, 2025

Postgresql connection:

sqlalchemy_uri: 'postgresql://superset:superset@superset-postgresql:5432/superset'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant