aestrad / arcus.security

Security for Azure development in a breeze.

Home Page:https://security.arcus-azure.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcus - Security

Build Status NuGet Badge

Security for Azure development in a breeze.

Arcus

Installation

Easy to install it via NuGet:

  • Secret store: contains the bare bones of the Arcus secret store functionality, including the ISecretProvider and other abstractions.
PM > Install-Package Arcus.Security.Core
  • Secret providers

    • Azure Key Vault: contains an implementation to interact with Azure Key Vault via the secret store.
    PM > Install-Package Arcus.Security.Providers.AzureKeyVault
    • Command line: contains an implementation to handle command line arguments as secrets via the secret store.
    PM > Install-Package Arcus.Security.Providers.CommandLine
    • Configuration (built-in) (with IConfiguration): contains an implementation to handle configuration values as secrets via the secret store.
    • Docker secrets: contains an implementation to handle file secrets in a Docker environment as secrets via the secret store.
    PM > Install-Package Arcus.Security.Providers.DockerSecrets
    • Environment (built-in): contains an implementation to handle environment variables as secrets via the secret store.
    • HashiCorp: contains an implementation to interact with an HashiCorp Vault via the secret store.
    PM > Install-Package Arcus.Security.Providers.HashiCorp
    • User secrets: contains an implementation to handle user secrets on disk as secrets via the secret store.
    PM > Install-Package Arcus.Security.Providers.UserSecrets
  • Secret store for Azure Functions: contains useful extensions to interact more fluently with the secret store in an Azure Functions environment.

PM > Install-Package Arcus.Security.AzureFunctions

For a more thorough overview, we recommend reading our documentation.

Documentation

All documentation can be found on here.

Customers

Are you an Arcus user? Let us know and get listed!

License Information

This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.

Read the full license here.

About

Security for Azure development in a breeze.

https://security.arcus-azure.net/

License:MIT License


Languages

Language:C# 99.9%Language:Dockerfile 0.1%