Commit Graph

1797 Commits (5020f97911849d13d36c3a35b2f3be54f3fa39ab)

Author SHA1 Message Date
Preetha Appan 25acd1534a Move go-socketaddr template parsing into config package to make it happen before creating a new agent. Also removed redundant parsetemplate calls from agent.go.
7 years ago
James Phillips 08a8d9f2a7 command/lock: Add -child-exitcode, return 2 on child error (#3329)
7 years ago
Kyle Havlovitz 9268849d11
Add UpgradeVersionTag to autopilot get/set commands
7 years ago
James Phillips 1791d99a10 Adds new config to make script checks opt-in, updates documentation. (#3284)
7 years ago
James Phillips 86918be323
Sort tags so output is deterministic.
7 years ago
Seth Vargo afd83a9705 Add catalog CLI functions (#3204)
7 years ago
Frank Schroeder 406dc2ead8 command: make TestExecCommandRun_CrossDC more resilient
8 years ago
James Phillips f1bded7c5e
Removes unneeded shutdown channel in config reading tests.
8 years ago
James Phillips 6977e40077 Fixes watch tracking during reloads and fixes address issue. (#3189)
8 years ago
James Phillips 380c8b957d Changes host-based node IDs from opt-out to opt-in. (#3187)
8 years ago
Jared Wasinger 3cdde3c7ca Warn when attempting to bootstrap an even number of nodes (#3158)
8 years ago
Frank Schroeder ea5b0f2c7c agent: fix 'consul leave' shutdown race (#2880)
8 years ago
James Phillips 6b2ad20131
Moves flag slice helper into configutil.
8 years ago
James Phillips 902f1ce16f Moves config util helpers into their own package. (#3165)
8 years ago
Kyle Havlovitz 5d99ee80ca Add an option to disable keyring file (#3145)
8 years ago
Frank Schroeder 1c75cf1af5 pkg refactor
8 years ago
Frank Schroeder 9ceef2b32e test: move discover tests
8 years ago
Frank Schroeder d2ee591fbf use 'c' as command receiver for simple commands
8 years ago
Frank Schroeder 902f4caff2 agent: move watch plans into agent
8 years ago
preetapan 2de032125b Fixed regression with dns server start condition (#3137)
8 years ago
Seth Vargo 89f16984f9
Simplify
8 years ago
Seth Vargo ee1b5d5024
Update comment
8 years ago
Seth Vargo 532f8d1435
Parse values given to ?passing in the API
8 years ago
James Phillips 86713c1b8a
Opens up timing bound on flaky test.
8 years ago
James Phillips 66ec9c7a7d
Fixes HTTP header compare by including standard headers.
8 years ago
Frank Schroeder b5f8d6f9fd agent: fix time.Duration parsing
8 years ago
Frank Schroeder 39d33c2fdc
agent: log events and exit code to the log file
8 years ago
Frank Schroeder 4a223111d2
log: use prefix [ERR] instead of [ERROR]
8 years ago
James Phillips fa8a26ad54
Updates static assets to latest.
8 years ago
James Phillips a09eed585e Merge pull request #3121 from hashicorp/increase-graceful-timeout
8 years ago
Frank Schroeder fe69de3bba
agent: increase graceful shutdown timeout
8 years ago
Frank Schroeder 46c055d57b
agent: log differnt shutdown stages
8 years ago
Frank Schröder 825f72f5ef agent: support custom header and method for http checks (#3106)
8 years ago
Frank Schroeder 94b39557e8 test: refactor TestDecodeConfig test
8 years ago
Frank Schroeder 325f82972a test: Fix TestAgent_Reload
8 years ago
James Phillips 240413f5d6 Merge pull request #3105 from hashicorp/test-stability
8 years ago
Frank Schroeder 51e0e158f1 agent: fix graceful http server shutdown
8 years ago
Frank Schroeder ae711c3b04 agent: cleanup run method
8 years ago
Frank Schroeder b203ffab29 agent: move registerWatches out of the run method
8 years ago
Frank Schroeder 11245e53a7 agent: move telemetry out of the run method
8 years ago
Frank Schroeder 84f5e8c3ab agent: move update check out of the run method
8 years ago
Frank Schroeder 96d8035adc agent: simplify signal handling
8 years ago
Frank Schroeder 34fd31b7b1 agent: move config reloading into the agent
8 years ago
Frank Schroeder aa1519c9f7 agent: move parseMetaPair to config and export
8 years ago
Frank Schroeder cb98754cd6 agent: remove agent from command
8 years ago
Frank Schroeder d977aa1fe7 agent: move retry join into agent
8 years ago
Frank Schroeder 55a513da2e agent: add GossipEncrypted function
8 years ago
James Phillips b0b5df579f
Cleans up an unrelated vet error.
8 years ago
James Phillips b4b5036dfb
Adds back the port shuffle on agent start retries.
8 years ago
Frank Schroeder 375825f34c Do not recurse when the service address is a local cname
8 years ago
Frank Schroeder 9956bc9b47 agent: LastContact cannot be negative (#3067)
8 years ago
Frank Schroeder db15cd847a
test: replace one more BoolFalse with agent.Bool()
8 years ago
Frank Schroeder dcc68f0f85
test: we will not use dev mode for testing for now
8 years ago
Frank Schroeder f89ae9f7e7
test: stagger retry attempts of TestAgent.Start
8 years ago
Frank Schroeder bdfed817ee
test: make TestAgent setup reusable
8 years ago
Frank Schroeder 4034d0ac0b
agent: use agent logger for consul client and deps
8 years ago
Frank Schroeder c1e6a77c75
test: start secondary agents also via TestAgent
8 years ago
Frank Schroeder a9451d596f
agent: set tcpKeepAliveListener when there is no error
8 years ago
Frank Schroeder 345666bdb6
test: use test name as log prefix
8 years ago
Frank Schroeder d6c7404b34
agent: simplify shutdown timeout logging
8 years ago
Frank Schroeder 30ba712857
agent: set proto to http since we are logging it now
8 years ago
Frank Schroeder ceda18366f
test: Use Bool() instead of &BoolTrue/False since
8 years ago
Frank Schroeder ec729693d7
Address review comments
8 years ago
Frank Schroeder 26200929c1
agent: start HTTPS only if there is a cert and key
8 years ago
Frank Schroeder b6c69ebf5d
agent: refactor DNS and HTTP server
8 years ago
Frank Schroeder aa92adcdd5
test: increase sleep time for test
8 years ago
Frank Schroeder f498f24032
test: allow tests to control anti-entropy syncs
8 years ago
Frank Schroeder eea16e1640
test: run mock dns recursors on random ports
8 years ago
Frank Schroeder 6148910399
test: skip tests that use cmd.Run until signal handling is fixed
8 years ago
Frank Schroeder 56cf015117
test: add test for starting/stopping lots of agents
8 years ago
Frank Schroeder 7c5892a196
test: use UniqueID prefix for check tests to unify log output
8 years ago
Frank Schroeder 0a31094e06
test: improve TestAgent
8 years ago
Frank Schroeder 10540f8d5f
agent: fix logging
8 years ago
Frank Schroeder fe777852cd
test: call t.Fatal() from main go routine
8 years ago
Frank Schroeder 3e39f04527
dns: do not log socket close during shutdown
8 years ago
Frank Schroeder 1df74e36bd
agent: print more useful shutdown message
8 years ago
Frank Schroeder 2e14c09447
test: start sync after agent start
8 years ago
Frank Schroeder 5b5566d916
test: add test name to output
8 years ago
Frank Schroeder 28ed8f1847
test: perform blocking query on agent
8 years ago
Frank Schroeder ebc0c80f08
test: parallelize dns test
8 years ago
Frank Schroeder 72c214b908
test: fix failing test
8 years ago
Frank Schroeder c5f565ee1a
test: remove output to stdout
8 years ago
Frank Schroeder 8f943542b0
test: use cli.NewMockUi instead of new(cli.MockUi)
8 years ago
Frank Schroeder 0325a42089
test: fix data race with endpoints
8 years ago
Frank Schroeder e16589c079
agent: shutdown delegate if created
8 years ago
Frank Schroeder 632f837c98
agent: shutdown dns servers on error
8 years ago
Frank Schroeder 8c1a668481
test: Shutdown half-started agent before retrying
8 years ago
Frank Schroeder 584693482d
test: fix data race in MockNotify
8 years ago
Frank Schroeder 9509ab463c
test: run command tests in parallel
8 years ago
Frank Schroeder 3658d4d428
test: address pull request comments
8 years ago
Frank Schroeder 0f912c8aad
test: remove ACL options from default test config
8 years ago
Frank Schroeder bc47972696
test: allocate ports in blocks of 10
8 years ago
Frank Schroeder 53c1c86ab3
test: refactor command tests to use TestAgent
8 years ago
Frank Schroeder 24eec373de
test: retry a bit more often
8 years ago
Frank Schroeder 659d7dbbde
agent: rename *Config vars to 'cfg'
8 years ago
Frank Schroeder e86d34685f
agent: rename *Command vars to 'cmd'
8 years ago
Frank Schroeder 141efd9588
test: rename *Config vars to 'cfg'
8 years ago
Frank Schroeder 06677708cf
test: use less aggressive retry for agent startup
8 years ago
Frank Schroeder 47501309ae
test: use system temp dir for TestAgent
8 years ago
Frank Schroeder 0c905a0df8
test: a.config -> a.Config
8 years ago
Frank Schroeder 0be63d7060
test: refactor httpTest with TestAgent
8 years ago
Frank Schroeder 308f9929b3
test: run agent tests in parallel
8 years ago
Frank Schroeder 23a6ff383c
agent: refactor tests for TestAgent
8 years ago
Frank Schroeder b5b3aa1376
agent: add TestAgent to replace other mechanisms
8 years ago
Frank Schroeder 3865f14a25
agent: simplify agent creation
8 years ago
Frank Schroeder 82650f73e3
agent: move http/dns endpoints into agent
8 years ago
Frank Schroeder 74be791f9b
agent: fix comment
8 years ago
Frank Schroeder b42916e1ff
agent: simplify socket address helper
8 years ago
Frank Schroeder c44e41a741
agent: replace goto with local function
8 years ago
Frank Schroeder 327401e7ee
agent: inline uiDir field
8 years ago
Frank Schroeder 8f381d62f6
agent: drop logOutput parameter
8 years ago
Frank Schroeder c47db2c922
agent: drop config argument
8 years ago
Kyle Havlovitz 62f72f104c Add settings for upshifting to encrypted gossip (#3079)
8 years ago
James Phillips 385c9522b3 Removes obsolete agent API documentation.
8 years ago
Frank Schroeder 91c5c9a2d0
doc: update comments and run goimports
8 years ago
Michael Leow deb206b7d7
agent: add RetryJoin support for Azure
8 years ago
James Phillips 9aa232ea2e Merge pull request #2901 from deckarep/consul-ensure-exit-non-zero-on-timeout
8 years ago
Frank Schroeder 8ad66f4bea
agent: support custom check id and name
8 years ago
Frank Schroeder ad40a855bd agent: move isAddrANY to separate package
8 years ago
Frank Schroeder e2c37b47ee agent: Replace client/server with delegate interface
8 years ago
Frank Schroeder 41f01a0cfc agent: allow "::" as IPv6 bind address
8 years ago
Frank Schroeder 65b5c51ec7 test: add helper for ioutil.TempDir/TempFile
8 years ago
Frank Schroeder 3d54fe51ba test: lower wait time for some tests
8 years ago
Frank Schroeder 98f6e3b7c5 test: suppress osx firewall warning
8 years ago
Frank Schroeder 3522a41bad test: include test name in temp file/dir
8 years ago
Frank Schroeder db3599762f test: drop unused code
8 years ago
Frank Schroeder 914a83cae0 agent: use bind address as src unless INADDR_ANY
8 years ago
Frank Schroeder e6c6f8cedd agent: use helper for INADDR_ANY
8 years ago
Kyle Havlovitz 5bab68b9bb Add a path for transitioning to TLS on an existing cluster (#3001)
8 years ago
Frank Schroeder 6eba69fbfe agent: drop atlas/scada code
8 years ago
Frank Schroeder 5328609d59 test: refactor TestAgent_Leave_ACLDeny to use only one server
8 years ago
Frank Schroeder a60f508880 test: use isPermissionDenied
8 years ago
Frank Schroeder 66bc2cbabc test: replace blocks and comments with sub-tests
8 years ago
Frank Schroeder d711b9bba0 test: inline request body encoding
8 years ago
Frank Schroeder 82cb9c50ad test: add helper for permission denied check
8 years ago
Frank Schroeder 1e89692cc1 test: drop error check on http.NewRequest
8 years ago
Frank Schroeder 6fa76fd90f
agent: Disallow :: or [::] as advertise or advertise-wan address
8 years ago
Frank Schroeder 8ad52ee9b5
agent: Disallow :: and [::] as service address
8 years ago
Frank Schroeder e365ef12cf
agent: Disallow 0.0.0.0 as advertise or advertise-wan address
8 years ago
Frank Schroeder 73a31b9bfe
agent: Disallow 0.0.0.0 as service address
8 years ago
James Phillips 33a7b8e401
Tweaks some tests that were having a hard time in Travis CI and
8 years ago
James Phillips efff41a8b2
Updates built-in static assets for web UI.
8 years ago
Frank Schroeder 2794db5aac
test: Fix badly formatted retry.Run tests
8 years ago
Frank Schroeder 9c86d5c764
test: convert remaining WaitForResult tests
8 years ago
James Phillips ddfa57765c
retry: Removes the description parameter.
8 years ago
James Phillips 2de1cd5a4a
test: Turns off ACLs for catalog and health WAN translation tests.
8 years ago
James Phillips 888fa5cad6
test: Moves a variable closer to where it's used.
8 years ago
James Phillips 0daacfe5e5
test: Turns down server health interval for faster convergence.
8 years ago
Frank Schroeder 21a82a0a16
test: Refactor WaitForResult tests with retry
8 years ago
Frank Schroeder f39c604cd7
Fix imports
8 years ago
Frank Schroeder 8c2b261c61 Use bind address as source for outgoing connections (#2822)
8 years ago
Frank Schroeder fb83790cb9 Do not modify config after creation II
8 years ago
Frank Schroeder a235986a28 Do not modify config after creation
8 years ago
Frank Schroeder a226edd4a9 Move GCE discovery code to command/agent/config_gce.go
8 years ago
Frank Schroeder 7f73f14260 Move AWS discovery code to command/agent/config_aws.go
8 years ago
Frank Schroeder 78fc19c48c Move verifyUniqueListeners to command/agent/config.go
8 years ago
Frank Schroeder d34ba3e823 Cleanup agent config
8 years ago
Damon Buckwalter 98407322a6 Itty bitty typo
8 years ago
James Phillips 6382f95898
Updates static assets to pick up #2712.
8 years ago
Kyle Havlovitz cd56a5ebdd Add separate option for verifying incoming HTTPS traffic (#2974)
8 years ago
Frank Schroeder 84d6ac2d51 api: Return empty list instead of nil
8 years ago
Frank Schroeder 9685bdcd0b api: Add ServiceTags to Health state endpoint (#153)
8 years ago
Frank Schroeder 7075695627 Faster dev server startup
8 years ago
Frank Schroeder 48fa2962eb Revert "test: Run command/agent tests in parallel"
8 years ago
Frank Schroeder 0cb4295182 test: Do not run RetryJoin tests in parallel
8 years ago
Frank Schroeder 7281b4291a test: Speedup session renew tests
8 years ago
Frank Schroeder 37c180a920 test: Speedup Retry*Join tests
8 years ago
Frank Schroeder 17be40a733 test: Run command/agent tests in parallel
8 years ago
Kyle Havlovitz b70e419aeb Add TLS cipher suite options and CA path support (#2963)
8 years ago
James Phillips 59c4128deb
Updates compiled static assets.
8 years ago
Frank Schroeder 3403cd4372 golint: Fix existing comments
8 years ago
Frank Schroeder 3e00e36f41 golint: Untangle if blocks with return in else
8 years ago
Frank Schroeder d7e23857ad golint: No stutter
8 years ago
Frank Schroeder cf3ec1cf5c golint: Rename fields and structs
8 years ago
Frank Schroeder 5a3961f31f golint: Replace a += 1 with a++
8 years ago
Frank Schroeder 6688a510e1 golint: Consistent receiver name
8 years ago
Frank Schroeder 8bb7792799 golint: Drop the unused value from range
8 years ago
Frank Schroeder eddb1af603 Remove duplicate constants
8 years ago
Frank Schroeder ee5b06a231 Use fmt.Fprint/Fprintf/Fprintln
8 years ago
Kyle Havlovitz f25cac4c8f Show raft protocol in list-peers command (#2929)
8 years ago
Kyle Havlovitz 29a4a42f17
Fix help text on client cert/key options
8 years ago
mckennajones a489f2b734
Added check to see if ui and ui-dir flags are both specified
8 years ago
Kyle Havlovitz b1d98522ee
Fix help text for -ca-path
8 years ago
Kyle Havlovitz ae6bf56ee1
Add tls client options to api/cli
8 years ago
James Phillips fb089e2bbb Merge pull request #2842 from vaLski/supress_sigpipe_logging
8 years ago
James Phillips 4de270326e
Updates static assets to pick up #2899.
8 years ago
James Phillips 2843da5cd9 Merge pull request #2904 from hashicorp/non-host-id
8 years ago
James Phillips fa04c24978
Adds a new -disable-host-node-id option to help when testing with containers.
8 years ago
Ralph Caraveo 7ab576891e Ensure to exit with a non-zero status code when a timeout occurs and we don't complete all the jobs.
8 years ago
Ralph Caraveo 87f1a1a3ee Fixed spelling for consul kv get command --help comments.
8 years ago
Alex Dadgar 7f6d95f1c9 Hash host ID so its stable and well distributed
8 years ago
James Phillips 86870ae51d Merge pull request #2854 from hashicorp/remote-exec
8 years ago
Kyle Havlovitz da9c825592
Add CLI/API endpoints for removing peer by ID
8 years ago
James Phillips 7e2dcb61bf
Changes `disable_remote_exec` default to true so remote exec is opt-in.
8 years ago
James Phillips 11ee9a9e72
Disables agent-level enforcement on Consul agents unless acl_datacenter is set.
8 years ago
vaLentin chernoZemski 1e5163d241 Supress signal logging on SIGPIPE. Should address #2768
8 years ago
James Phillips 59a599a14b
Cleans up a stray mark and fixes unit tests.
8 years ago
James Phillips 7ce7d157da
Fixes up some broken unit tests.
8 years ago
James Phillips 8940d1c3fe
Keeps the service and check tokens around for deregistration.
8 years ago
James Phillips 4d3f3ea8d2
Changes verson 8 ACLs to opt-out.
8 years ago
Seth Vargo 0170a28ec9
Use new APIs
8 years ago
Seth Vargo 4622ac634b
Re-add RPC parsing
8 years ago
James Phillips 00a5fc2947
Renames some operator unit tests.
8 years ago
Kyle Havlovitz 390f41d8d5
Add advanced autopilot features
8 years ago
James Phillips 3b3cb0d07b Merge pull request #2801 from hashicorp/spoken-hub-oss
8 years ago
James Phillips 2696dd52b8
Updates to latest built-in static assets.
8 years ago
James Phillips a8ee32cbdd
Fixes RTT command to only compare coordinates in the same area.
8 years ago
James Phillips 1091c7314e
Removes remoteConsuls in favor of the new router.
8 years ago
Kyle Havlovitz 09e2663d10 Merge pull request #2802 from hashicorp/f-autopilot-improvements
8 years ago
Kyle Havlovitz 5353221666
Reorganized cluster health check loop and logic
8 years ago
Kyle Havlovitz 51b11cd344
Fix an issue with changing server IDs and add a few UX enhancements around autopilot features
8 years ago
James Phillips 26dddb428c
Forces user-supplied node IDs to lower case for consistency.
8 years ago
Kyle Havlovitz 7608a3c15f
Use defers for WaitGroup and Ticker stop
8 years ago
Kyle Havlovitz 9b4497de09
Cleaned up and reorganized some autopilot-related code
8 years ago
Kyle Havlovitz c3d638e2c5
Move RaftStats to Status endpoint
8 years ago
Kyle Havlovitz fb259e3d04
Merge branch 'master' into f-autopilot-2
8 years ago
Kyle Havlovitz 2eefe3ca5b
Add autopilot server health tracking
8 years ago
Sean Chittenden a791de3ecf Revert "Change `ClientAddr` to default to `BindAddr` when not present."
8 years ago
Sean Chittenden beae5c6bba
Change `ClientAddr` to default to `BindAddr` when not present.
8 years ago
James Phillips 3103f7f673 Merge pull request #2690 from zeroae/f-simple-rfc2782
8 years ago
Kyle Havlovitz ab6c49ab4c Merge pull request #2771 from hashicorp/f-autopilot
8 years ago
Kyle Havlovitz 5f125324db Merge pull request #2774 from hashicorp/f-cli-deprecation-docs
8 years ago
Kyle Havlovitz 92c8b9c3a0
Rename DeadServerCleanup and make wording adjustments
8 years ago
Kyle Havlovitz f389b59fd5
Fix up command and api tests
8 years ago
Kyle Havlovitz 9221aed856
Remove the RPC client interface and update docs
8 years ago
Sean Chittenden cbbbf5ee39
Follow the lead in 6fc901a8f3 and set the default `DisplayName` to `Consul`
8 years ago
Kyle Havlovitz 211995bc3c
Convert agent command to use base.Command
8 years ago
Kyle Havlovitz 5429e8ce66
Add cli docs and minor test/comment tweaks
8 years ago
Kyle Havlovitz bf735aa008
Use BoolValue for flag type
8 years ago
Kyle Havlovitz 2ea36d7bd4
Merge branch 'master' into f-autopilot
8 years ago
Kyle Havlovitz c1f776c78b
Added operator autopilot subcommands
8 years ago
Kyle Havlovitz c2e7f45002
Add CAS capability to autopilot config endpoint
8 years ago
James Phillips e37f66d0b2
Exports config functions from base.
8 years ago
James Phillips a48ecf56a9
Exports visit function from base.
8 years ago
Kyle Havlovitz 81c7a0299e
Add state store table and endpoints for autopilot
8 years ago
Kyle Havlovitz 950a9d2212
Move raft_protocol out of autopilot config
8 years ago
Kyle Havlovitz b20fd222f6
Add raft version 2/3 compatibility
8 years ago
Kyle Havlovitz c8d0273f1b
Condense raft subcommand into one doc page
8 years ago
Kyle Havlovitz e85b401eb9
Split operator raft command into subcommands
8 years ago
Jeff Mitchell 73035f9ef8 Update TestHTTPServer_UnixSocket with DialContext
8 years ago
Kyle Havlovitz 466e39d27a Merge pull request #2732 from hashicorp/f-validate-command
8 years ago
Kyle Havlovitz 2aebff3bd3
Add -quiet flag to validate
8 years ago
Kyle Havlovitz c9abafab92
Update docs and give better error for unknown client scheme
8 years ago
Kyle Havlovitz eee5eb3fb8
Update website docs for validate command
8 years ago
Kyle Havlovitz fe7b26a996
Deprecate the configtest command and add the validate command
8 years ago
Kyle Havlovitz 9e23dabbfa
Allow internal watches to use https and unix sockets
8 years ago
Kyle Havlovitz a7a6ee9f4c
Allow prefixing -http-addr with http/https schemes
8 years ago
Kyle Havlovitz a8eaad3ba4
Remove cli rpc functions
8 years ago
Kyle Havlovitz 152b71ec89
Formatting fix in members output
8 years ago
Kyle Havlovitz 55ee1b0aed
Merge branch 'master' into f-cli-rework-3
8 years ago
Kyle Havlovitz bad037fb58
Cleanup and formatting adjustments
8 years ago
Kyle Havlovitz ea66375063
Convert watch command to use base.Command
8 years ago
Kyle Havlovitz edbb0ce0b8
Add missing doc page for version command
8 years ago
Kyle Havlovitz aa0d2502f8
Convert snapshot command to use base.Command
8 years ago
Kyle Havlovitz 8236af47ba
Convert rtt command to use base.Command
8 years ago
Kyle Havlovitz 8c14f93fb1
Convert reload command to use base.Command
8 years ago
Kyle Havlovitz 369b4b6d73
Convert operator command to use base.Command
8 years ago
Kyle Havlovitz be17779c42
Convert monitor command to use base.Command
8 years ago
Kyle Havlovitz 14415741a3
Convert members command to use base.Command
8 years ago
Kyle Havlovitz 6c4d4f9a32
Convert maint command to use base.Command
8 years ago
Kyle Havlovitz ccb193f77f
Convert leave command to use base.Command
8 years ago
Kyle Havlovitz 746dbc1c51
Make join exit non-zero if no nodes were joined
8 years ago
Kyle Havlovitz 14a7ffc098
Convert kv commands to use base.Command
8 years ago
Kyle Havlovitz abdf1fbab3
Convert keyring command to use base.Command
8 years ago
Kyle Havlovitz d67151908d
Convert keygen command to use base.Command
8 years ago
Kyle Havlovitz 8775b031d3
Convert join command to use base.Command
8 years ago
Kyle Havlovitz a3d02a4cbc
Convert info command to use base.Command
8 years ago
Kyle Havlovitz aa1c464961
Convert exec command to use base.Command
8 years ago
Kyle Havlovitz 8985398c7e
Convert event command to use base.Command
8 years ago
Kyle Havlovitz 0b85bbfed1
Small tweaks to base command
8 years ago
Kyle Havlovitz 197dc10a7f
Add utility types to enable checking for unset flags
8 years ago
Kyle Havlovitz 49d2ce1c3d
Move command Meta to base.Command and split http options
8 years ago
Kyle Havlovitz edc353914d
Fix the check for displaying the command options
8 years ago
Kyle Havlovitz 8009432b1b
Convert configtest and force-leave commands to use Meta
8 years ago
Kyle Havlovitz 3d09fb880f
Merge branch 'master' into f-cli-rework
8 years ago
Kyle Havlovitz 5d888f5303
Added -relay-factor param to keyring operations
8 years ago
Kyle Havlovitz a533e255ab Merge pull request #2699 from hashicorp/f-tls-min-version
8 years ago
Kyle Havlovitz 07ba3ddb6e
Add TLSMinVersion to config options
8 years ago
Sean Chittenden fd2ae702c9
Re-cherry-pick 71d807f607 and e2320d69b6.
8 years ago
James Phillips e9cc66ab51
Fixes issue with missing CNAME for services with non-IP addresses set in SRV responses.
8 years ago
Patrick Sodré c135c08fb2 Simple RFC 2782 support with optional .service tag
8 years ago
James Phillips f0f52bd5f6
Redacts AWS join credientials from /v1/agent/self output.
8 years ago
James Phillips eaa8fde298
Updates a comment to point to new blockingQuery function.
8 years ago
James Phillips 4c1a156417
Pulls in latest static asset updates.
8 years ago
Kyle Havlovitz bbfd25b530
Fix test import
8 years ago
Kyle Havlovitz a55968f009
Merge branch 'master' into f-prepared-query-nodemeta
8 years ago
Kyle Havlovitz 3f3d7f9891
Add tests for node meta in prepared queries and update docs
8 years ago
David Black 507e6769f8 s/givne/given/
8 years ago
James Phillips 6ca0173907
Adds catalog support for node IDs.
8 years ago
James Phillips e719ff8ef1
Adds a test to make sure we get the same ID on the second run.
8 years ago
James Phillips bd605e330c
Adds basic support for node IDs.
8 years ago
James Phillips 8d57727ff0 Merge pull request #2639 from tanuck/master
8 years ago
James Phillips 25fb498b20 Merge pull request #2578 from ybubnov/concurrent-safe-notification-mock
8 years ago
Kyle Havlovitz 5acd69b4fc
Add node metadata filtering to remaining health/catalog endpoints
8 years ago
Kyle Havlovitz fb68a6bab0
Style tweaks and vendor.json cleanup
8 years ago
Kyle Havlovitz 5ddea8a5df
Merge branch 'master' into f-gce-discovery
8 years ago
Kyle Havlovitz dbc72eaac0
Condense gce discovery logging a bit
8 years ago
Kyle Havlovitz 23ce10f889 Merge pull request #2643 from hashicorp/f-node-metadata
8 years ago
Kyle Havlovitz 7f91cd12f4
Add -node-meta to agent command line options
8 years ago
Kyle Havlovitz c9e430c396
Validate metadata config earlier and handle multiple filters
8 years ago