Skip to content

Commit

Permalink
Remove SecretValue.
Browse files Browse the repository at this point in the history
It's no longer useful now that the configuration is free-form and does
not require a JSON schema.
  • Loading branch information
SamirTalwar committed Feb 23, 2024
1 parent 09edbd5 commit ddef293
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 109 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rust-connector-sdk/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions rust-connector-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.18"
async-trait = "^0.1.74"
axum = "^0.6.20"
axum-extra = "^0.8.0"
base64 = "0.21.5"
bytes = "1.5.0"
clap = { version = "^4.4.7", features = ["derive", "env"] }
http = "^0.2"
Expand All @@ -33,7 +32,6 @@ opentelemetry_api = "^0.20.0"
opentelemetry_sdk = "^0.20.0"
prometheus = "^0.13.3"
reqwest = "^0.11.22"
schemars = { version = "^0.8.16", features = ["smol_str"] }
serde = { version = "^1.0.192", features = ["derive"] }
serde_json = { version = "^1.0.108", features = ["raw_value"] }
thiserror = "^1.0"
Expand Down
1 change: 0 additions & 1 deletion rust-connector-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pub mod default_main;
pub mod json_rejection;
pub mod json_response;
pub mod routes;
pub mod secret;
pub mod tracing;

pub use ndc_client::models;
71 changes: 0 additions & 71 deletions rust-connector-sdk/src/secret.rs

This file was deleted.

32 changes: 0 additions & 32 deletions rust-connector-sdk/tests/json_schema/secret_value.jsonschema

This file was deleted.

0 comments on commit ddef293

Please sign in to comment.