Skip to content

Commit

Permalink
fix: using proper store for jwt-secret (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez authored Dec 18, 2024
1 parent 0b023e7 commit a386e82
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 a386e82

Please sign in to comment.