Skip to content

Commit 6eec40b

Browse files
authored
Move krb5 (and -sys) out of tree (#616)
krb5 and krb5-sys have been moved to their own repo, at https://github.com/stackabletech/krb5-rs. krb5-provision-keytab stays in secret-operator since it's a helper binary for secret-operator specifically, not a component intended for reuse.
1 parent b741c4d commit 6eec40b

File tree

13 files changed

+22
-882
lines changed

13 files changed

+22
-882
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 14 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ repository = "https://github.com/stackabletech/secret-operator"
1212

1313
[workspace.dependencies]
1414
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", features = ["time", "telemetry"], tag = "stackable-operator-0.93.0" }
15+
krb5 = { git = "https://github.com/stackabletech/krb5-rs.git", tag = "v0.1.0" }
1516

1617
anyhow = "1.0"
1718
async-trait = "0.1"
18-
bindgen = "0.71"
1919
built = { version = "0.8", features = ["chrono", "git2"] }
2020
byteorder = "1.5"
2121
clap = "4.5"
@@ -28,7 +28,6 @@ libc = "0.2"
2828
native-tls = "0.2"
2929
openssl = "0.10"
3030
pin-project = "1.1"
31-
pkg-config = "0.3"
3231
prost = "0.13"
3332
prost-types = "0.13"
3433
rand = "0.9"

crate-hashes.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/krb5-provision-keytab/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ repository.workspace = true
99
publish = false
1010

1111
[dependencies]
12-
krb5 = { path = "../krb5" }
1312
stackable-secret-operator-crd-utils = { path = "../crd-utils" }
13+
krb5.workspace = true
1414

1515
byteorder.workspace = true
1616
futures.workspace = true

rust/krb5-sys/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

rust/krb5-sys/build.rs

Lines changed: 0 additions & 45 deletions
This file was deleted.

rust/krb5-sys/src/lib.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

rust/krb5-sys/wrapper.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

rust/krb5/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)