Skip to content

Commit

Permalink
fix: using proper store for jwt-secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed Dec 18, 2024
1 parent 0b023e7 commit 3363f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationos-api/src/logic/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const APP_LABEL: &str = "app";
const DATABASE_TYPE_LABEL: &str = "database-type";

const JWT_SECRET_REF_KEY: &str = "jwt-secret";
const JWT_SECRET_REF_NAME: &str = "database-secrets";
const JWT_SECRET_REF_NAME: &str = "event-secrets";

#[derive(Debug, Clone, PartialEq, Deserialize, Serialize, Validate)]
#[serde(rename_all = "camelCase")]
Expand Down

0 comments on commit 3363f0b

Please sign in to comment.