Chris Hoffman
|
5c241d31e7
|
Renaming ttl_max -> max_ttl in mssql backend (#1905)
|
2016-09-20 12:39:02 -04:00 |
Jeff Mitchell
|
9e204bd88c
|
Add arbitrary string slice parsing.
Like the KV function, this supports either separated strings or JSON
strings, base64-encoded or not.
Fixes #1619 in theory.
|
2016-08-03 14:24:16 -04:00 |
vishalnayak
|
7fb04a1bbd
|
Remove unused VerifyConnection from storage entries of SQL backends
|
2016-07-19 11:55:49 -04:00 |
Jeff Mitchell
|
a2e95614d6
|
Have SQL backends Ping() before access.
If unsuccessful, reestablish connections as needed.
|
2016-07-01 12:02:17 -04:00 |
Jeff Mitchell
|
934e60c3c9
|
Add stmt close calls
|
2016-06-29 17:39:47 -04:00 |
Jeff Mitchell
|
a56f79adcb
|
Run prepare on the transaction, not the db
|
2016-06-29 17:20:41 -04:00 |
Vishal Nayak
|
d47fc4c4ad
|
Merge pull request #1515 from hashicorp/sql-config-reading
Allow reading of config in sql backends
|
2016-06-21 10:07:34 -04:00 |
vishalnayak
|
389581f47b
|
Added warnings when configuring connection info in sql backends
|
2016-06-21 09:58:57 -04:00 |
vishalnayak
|
cf15354e44
|
Address review feedback
|
2016-06-17 10:11:39 -04:00 |
vishalnayak
|
1776ff449f
|
Allow reading of config in sql backends
|
2016-06-11 11:48:40 -04:00 |
vishalnayak
|
0760a89eb4
|
Backend() functions should return 'backend' objects.
If they return pointers to 'framework.Backend' objects, the receiver functions can't be tested.
|
2016-06-10 15:53:02 -04:00 |
vishalnayak
|
2ca846b401
|
s/logical.ErrorResponse/fmt.Errorf in revocation functions of secrets
|
2016-05-26 10:04:11 -04:00 |
vishalnayak
|
95abdebb06
|
Added AcceptanceTest boolean to logical.TestCase
|
2016-04-05 15:10:44 -04:00 |
Chris Hoffman
|
b1703fb18d
|
Cleaning up lease and lease duration vars and params
|
2016-03-10 21:15:18 -05:00 |
Chris Hoffman
|
ba94451875
|
Removing root protected endpoints
|
2016-03-10 21:08:39 -05:00 |
Chris Hoffman
|
dc7da4f4e8
|
Changing DROP USER query to a more compatible version
|
2016-03-10 21:06:50 -05:00 |
Chris Hoffman
|
5af33afd90
|
Adding verify_connection to config, docs updates, misc cleanup
|
2016-03-09 23:08:05 -05:00 |
Chris Hoffman
|
0b4a8f5b94
|
Adding mssql secret backend
|
2016-03-03 09:19:17 -05:00 |