Skip to content

Commit

Permalink
v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmwilson committed Aug 7, 2024
1 parent 3592bfc commit 340dcf9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ The Sandfly Credentials Adapter is an implementation of the Sandfly [external cr
Please contact Sandfly Support for assistance in configuring and deploying this implementation.

https://sandflysecurity.com/

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.0
17 changes: 17 additions & 0 deletions conf/config.sample.secretserver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"listen_address": ":8123",
"sandfly_server_public_key": "serverPublicKeyFromSandflyAboutPage",
"sandfly_node_public_key": "nodePublicKeyFromSandflyAboutPage",
"log_level": "info",
"credential_services": {
"secret_server": {
"provider": "secretserver",
"config": {
"secret_server_url": "https://tss.example.com",
"api_user": "sandfly_user",
"api_password": "sandfly_password",
"secret_suffix": "-sandfly"
}
}
}
}

0 comments on commit 340dcf9

Please sign in to comment.