diff --git a/doc/eks_smb_use_case.md b/doc/eks_smb_use_case.md index 05737d5a..bca3604f 100644 --- a/doc/eks_smb_use_case.md +++ b/doc/eks_smb_use_case.md @@ -70,6 +70,7 @@ default_ccache_name = FILE:/var/credentials-fetcher/krbdir/credspec/gmsaeks/krb5 echo "empty" > /tmp/emptycache export EMPTYCACHEFILE=/tmp/emptycache +export CF_CRED_SPEC_FILE=/home/ec2-user/credentials-fetcher/sample_credspec/sample_credspec.json EMPTYCACHE=$(base64 -w 0 $EMPTYCACHEFILE) kubectl create secret generic smbcreds --from-literal krb5cc_0=$EMPTYCACHE @@ -240,4 +241,4 @@ pod-smb-reader-writer 2/2 Running 0 22s ### Open the file on file share to confirm ![View the output](eks_smb_use_case_output.png -) \ No newline at end of file +) diff --git a/package/credentials-fetcher-no-grpc.spec b/package/credentials-fetcher-no-grpc.spec index b30052b9..53857588 100644 --- a/package/credentials-fetcher-no-grpc.spec +++ b/package/credentials-fetcher-no-grpc.spec @@ -1,9 +1,9 @@ %global major_version 1 -%global minor_version 2 -%global patch_version 0 +%global minor_version 3 +%global patch_version 2 # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 3 +%global baserelease 0 Name: credentials-fetcher-no-grpc Version: %{major_version}.%{minor_version}.%{patch_version} @@ -77,6 +77,9 @@ CF_CRED_SPEC_FILE=%{buildroot}/%{_sbindir}/credentials_fetcher_sample_credspec.j %attr(0700, -, -) %{_sbindir}/credentials_fetcher_utf16_private.runtimeconfig.json %changelog +* Mon Dec 11 2023 Sai Kiran Akula - 1.3.2-0 +- Minor release to support credentials fetcher on AL2 no-gRPC mode + * Thu Aug 31 2023 Tom Callaway - 1.2.0-3 - rebuild for abseil diff --git a/rpm/credentials-fetcher-no-grpc-1.3.2-0.amzn2.src.rpm b/rpm/credentials-fetcher-no-grpc-1.3.2-0.amzn2.src.rpm new file mode 100644 index 00000000..9f976f74 Binary files /dev/null and b/rpm/credentials-fetcher-no-grpc-1.3.2-0.amzn2.src.rpm differ diff --git a/rpm/credentials-fetcher-no-grpc-1.3.2-0.amzn2.x86_64.rpm b/rpm/credentials-fetcher-no-grpc-1.3.2-0.amzn2.x86_64.rpm new file mode 100644 index 00000000..3788523b Binary files /dev/null and b/rpm/credentials-fetcher-no-grpc-1.3.2-0.amzn2.x86_64.rpm differ diff --git a/rpm/credentials-fetcher-no-grpc-debuginfo-1.3.2-0.amzn2.x86_64.rpm b/rpm/credentials-fetcher-no-grpc-debuginfo-1.3.2-0.amzn2.x86_64.rpm new file mode 100644 index 00000000..1e34ee9a Binary files /dev/null and b/rpm/credentials-fetcher-no-grpc-debuginfo-1.3.2-0.amzn2.x86_64.rpm differ