mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 16:46:36 +00:00
* Added oss config entries for Policy and JWT on APIGW * Updated structs for config entry * Updated comments, ran deep-copy * Move JWT configuration into OSS file * Add in the config entry OSS file for jwts * Added changelog * fixing proto spacing * Moved to using manually written deep copy method * Use pointers for override/default fields in apigw config entries * Run gen scripts for changed types
11 lines
253 B
Go
11 lines
253 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package structs
|
|
|
|
// APIGatewayJWTRequirement holds the list of JWT providers to be verified against
|
|
type APIGatewayJWTRequirement struct{}
|