-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database secrets engine config #133
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3b31b19
include but disable db tests
drewmullen 7261209
include idemp db config module
drewmullen e6c3914
init module
drewmullen d5b3d4d
include but disable tests
drewmullen 851ea04
enable tests
drewmullen bb3310d
init module secret eng mgmt
drewmullen 4684e46
deprecate nonconformative modules
drewmullen 0d4725a
disable test until hvac 9.2 is released
drewmullen 8e25519
fix idempotence check for eng config
drewmullen 2220906
fix idempotent checks az auth cfg
drewmullen 9d17e88
revert deprecated name change, docs failing
drewmullen 7fdd60e
fix idempotence check for auth_method
drewmullen a283ca0
wip
drewmullen c892e4f
nocows =1 by default
drewmullen 79a8868
quoting docstring dictionaries
drewmullen 225acfe
default var causing doc job failure?
drewmullen 0bd59ab
replace non-problems with original changes
drewmullen d29a420
hvac 9.2 required
drewmullen de33a46
enable tests
drewmullen a8f02ff
fix tests but remain disabled
drewmullen 723f695
fix function name and un/pw vars
drewmullen 41d0101
upgrade test framework to 3.7. hold breath"
drewmullen 0fc7868
remove required check
drewmullen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
default var causing doc job failure?
- Loading branch information
commit 225acfe133347d96423ec0f7515517a567408007
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This document seems wrong to me like this should be a yaml dictionary rather than a string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you talking about the
default
line? yeah, interestingly it works either way. when i first submitted the PR it was in standard{}
format but after i started getting the sphinx issues i was messing with the format because i didnt know what was borking it.i agree though, the doc example should show without the
"
, though it does work either way