Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for no-grpc-mode-rpm Amazon Linux #91

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.