Group github action updates (#194)
Description
Why is this change being made?
- Group dependabot github action updates.
What is changing?
- Reduce the dependabot PR count.
Related Links
- Issue #, if available:
Testing
How was this tested?
1.
When testing locally, provide testing artifact(s):
1.
Reviewee Checklist
Update the checklist after submitting the PR
- I have reviewed, tested and understand all changes If not, why:
- I have filled out the Description and Testing sections above If not, why: No testing needed
- Build and Unit tests are passing If not, why: N/A
- Unit test coverage check is passing If not, why: N/A
- I have ensured no sensitive information is leaking (i.e., no logging of sensitive fields, or otherwise) If not, why: N/A
- I have added explanatory comments for complex logic, new classes/methods and new tests If not, why: N/A
- I have updated README/documentation (if needed) If not, why: N/A
- I have clearly called out breaking changes (if any) If not, why: N/A
Reviewer Checklist
All reviewers please ensure the following are true before reviewing:
- Reviewee checklist has been accurately filled out
- Code changes align with stated purpose in description
- Test coverage adequately validates the changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Signed-off-by: Simon Marty simon.marty0@gmail.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
AWS Secrets Manager Java caching client
The AWS Secrets Manager Java caching client enables in-process caching of secrets for Java applications.
Getting Started
Required Prerequisites
To use this client you must have:
A Java 8 development environment
If you do not have one, go to Java SE Downloads on the Oracle website, then download and install the Java SE Development Kit (JDK). Java 8 or higher is recommended.
An Amazon Web Services (AWS) account to access secrets stored in AWS Secrets Manager and use AWS SDK for Java.
To create an AWS account, go to Sign In or Create an AWS Account and then choose I am a new user. Follow the instructions to create an AWS account.
To create a secret in AWS Secrets Manager, go to Creating Secrets and follow the instructions on that page.
To download and install the AWS SDK for Java, go to Installing the AWS SDK for Java in the AWS SDK for Java documentation and then follow the instructions on that page.
Download
You can get the latest release from Maven:
Don’t forget to enable the download of snapshot jars from Maven:
Get Started
The following code sample demonstrates how to get started:
Enabling Post-Quantum TLS
To enable Post-Quantum TLS for enhanced security:
License
This library is licensed under the Apache 2.0 License.