Skip to content

Commit

Permalink
feat: lock should check periodically policies updates in specified li…
Browse files Browse the repository at this point in the history
…st of URIs and update them in OPA #6541

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yurem committed Jan 1, 2024
1 parent 953455d commit 0d481ca
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,24 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public class PostgresMessageConfiguration implements Serializable {

@JsonProperty("jdbc.driver.class-name")
private String driverClassName;

@JsonProperty("db-schema-name")
private String dbSchemaName;

@JsonProperty( "connection-uri")
private String connectionUri;

@JsonProperty("auth-user-name")
private String authUserName;

@JsonProperty("auth-user-password")
private String authUserPassword;

@JsonProperty("connection-pool-max-total")
private Integer connectionPoolMaxTotal;

@JsonProperty("connection-pool-max-idle")
private Integer connectionPoolMaxIdle;

@JsonProperty("connection-pool-min-idle")
private Integer connectionPoolMinIdle;

@JsonProperty("message-wait-millis")
private Integer messageWaitMillis;

@JsonProperty("message-sleep-thread-millis")
private Integer messageSleepThreadTime;

public String getDriverClassName() {
Expand Down

0 comments on commit 0d481ca

Please sign in to comment.