open-vault/http
Hridoy Roy ebf8e5308a
SSCT Tokens Feature [OSS] (#14109)
* port SSCT OSS

* port header hmac key to ent and generate token proto without make command

* remove extra nil check in request handling

* add changelog

* add comment to router.go

* change test var to use length constants

* remove local index is 0 check and extra defer which can be removed after use of ExternalID
2022-02-17 11:43:07 -08:00
..
assets.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
assets_stub.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
auth_token_test.go
cors.go
custom_header_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
forwarded_for_test.go
forwarding_bench_test.go
forwarding_test.go
handler.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
handler_test.go Seal wrap storage entries of the ManagedKeyRegistry. (#13905) 2022-02-04 16:06:32 -05:00
help.go
help_test.go
http_test.go
logical.go Add remote_port in the audit logs when it is available (#12790) 2022-01-26 15:47:15 -08:00
logical_test.go Add remote_port in the audit logs when it is available (#12790) 2022-01-26 15:47:15 -08:00
plugin_test.go
sys_audit_test.go
sys_auth_test.go
sys_config_cors_test.go
sys_config_state_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
sys_feature_flags.go
sys_generate_root.go SSCT Tokens Feature [OSS] (#14109) 2022-02-17 11:43:07 -08:00
sys_generate_root_test.go SSCT Tokens Feature [OSS] (#14109) 2022-02-17 11:43:07 -08:00
sys_health.go
sys_health_test.go
sys_hostinfo_test.go
sys_in_flight_requests.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
sys_in_flight_requests_test.go
sys_init.go
sys_init_test.go
sys_internal_test.go
sys_leader.go
sys_leader_test.go
sys_lease_test.go
sys_metrics.go
sys_metrics_test.go
sys_monitor_test.go
sys_mount_test.go MFA (#14049) 2022-02-17 09:10:56 -07:00
sys_mounts_test.go
sys_policy_test.go
sys_raft.go
sys_rekey.go
sys_rekey_test.go
sys_rotate_test.go
sys_seal.go
sys_seal_test.go
sys_wrapping_test.go
testing.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
unwrapping_raw_body_test.go
util.go