Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nsubstitute-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmello authored Nov 9, 2024
2 parents 62087bb + 6915d22 commit f92441b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Credential Manager (aws-cred-mgr)

AWS Credential Manager (`aws-cred-mgr`) is a command-line interface (CLI) tool designed to simplify the management of AWS RDS credentials, specifically for users authenticating with Okta. This utility offers a seamless experience for configuring Okta authentication, creating and managing AWS credential profiles, and handling RDS tokens effectively.
AWS Credential Manager (`aws-cred-mgr`) is a command-line interface (CLI) tool designed to simplify the management of local AWS credentials (including AWS RDS), especially for users authenticating with Okta. This utility offers a seamless experience for configuring Okta authentication, creating and managing AWS credential profiles, and handling RDS tokens effectively.

## Features

Expand Down Expand Up @@ -184,7 +184,7 @@ Contributions are welcome! Please fork the repository and submit a pull request
## Code of Conduct

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](.github/CODE_OF_CONDUCT.md)

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the [Code of Conduct](.github/CODE_OF_CONDUCT.md).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.1.2"/>
<PackageReference Include="AWSSDK.RDS" Version="3.7.405" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.400.37" />
<PackageReference Include="AWSSDK.RDS" Version="3.7.406.2" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.400.43" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.3.0"/>
Expand Down

0 comments on commit f92441b

Please sign in to comment.