Skip to content

Commit

Permalink
Merge pull request #91 from aws/no_grpc_release
Browse files Browse the repository at this point in the history
Release for no-grpc-mode-rpm Amazon Linux
  • Loading branch information
saikiranakula-amzn authored Dec 11, 2023
2 parents b29ead6 + 3f6cc9f commit c448e18
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/eks_smb_use_case.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
)
)
9 changes: 6 additions & 3 deletions package/credentials-fetcher-no-grpc.spec
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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 <saakla@amazon.com> - 1.3.2-0
- Minor release to support credentials fetcher on AL2 no-gRPC mode

* Thu Aug 31 2023 Tom Callaway <spot@fedoraproject.org> - 1.2.0-3
- rebuild for abseil

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c448e18

Please sign in to comment.