Kyle Schochenmaier
bf0f61a878
removes ioutil usage everywhere which was deprecated in go1.16 ( #15297 )
...
* update go version to 1.18 for api and sdk, go mod tidy
* removes ioutil usage everywhere which was deprecated in go1.16 in favour of io and os packages. Also introduces a lint rule which forbids use of ioutil going forward.
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
2022-11-10 10:26:01 -06:00
DanStough
e617e7df3e
feat(cli): add initial peering cli commands
2022-09-01 17:20:13 -04:00
Dhia Ayachi
fe8b3dfccf
add partition flag to catalog commands ( #10949 )
...
* add partition flag to catalog commands
* add missing files
2021-08-27 16:34:45 -04:00
Dhia Ayachi
de124d0aa1
add http flag for admin partition ( #10683 )
2021-07-22 16:46:02 -04:00
R.B. Boyer
b0657973f2
add partition cli flag to all cli commands that have namespace flag ( #10668 )
2021-07-21 14:45:24 -05:00
freddygv
c791fbc79c
Update namespaces subject-verb agreement
2020-06-23 10:57:30 -06:00
R.B. Boyer
36982d5274
cli: fix typo in -namespace help text ( #7225 )
2020-02-05 14:43:25 -06:00
Matt Keeler
c276e2a634
Revert "Remove docs refs to NS inference from ACL token" ( #6976 )
...
This reverts commit 3a8426de9c
.
# Conflicts:
# command/flags/http.go
# website/source/api/acl/binding-rules.html.md
# website/source/api/acl/policies.html.md
# website/source/api/acl/roles.html.md
# website/source/api/acl/tokens.html.md
# website/source/api/kv.html.md
# website/source/api/session.html.md
# website/source/docs/commands/_http_api_namespace_options.html.md
2019-12-20 11:52:50 -05:00
Matt Keeler
34e6e23d43
Change how namespaces are specified for the CLI ( #6960 )
2019-12-18 11:06:39 -05:00
freddygv
3a8426de9c
Remove docs refs to NS inference from ACL token
2019-12-10 13:50:28 -07:00
Matt Keeler
a704ebe639
Add Namespace support to the API module and the CLI commands ( #6874 )
...
Also update the Docs and fixup the HTTP API to return proper errors when someone attempts to use Namespaces with an OSS agent.
Add Namespace HTTP API docs
Make all API endpoints disallow unknown fields
2019-12-06 11:14:56 -05:00
Matt Keeler
b069d6777b
OSS KV Modifications to Support Namespaces
2019-11-25 12:57:35 -05:00
R.B. Boyer
e47d7eeddb
acl: adding support for kubernetes auth provider login ( #5600 )
...
* auth providers
* binding rules
* auth provider for kubernetes
* login/logout
2019-04-26 14:49:25 -05:00
Mitchell Hashimoto
5d969e3cbb
command/connect/proxy: set ACL token based on proxy token flag
2018-06-14 09:42:14 -07:00
Kyle Havlovitz
d16f103b48
Pull http config flag merge into public method
2018-02-05 15:00:04 -08:00
Frank Schroeder
8a0195ee99
add token and addr to http flags
2017-10-18 00:08:45 +02:00
Frank Schroeder
cef6a80ae6
commands: move flag handling into flags pkg
2017-10-18 00:08:45 +02:00