openapi: Add display attributes for AWS (#19366)

This commit is contained in:
Anton Averchenkov
2023-04-06 11:08:30 -04:00
committed by GitHub
parent 5334e123fa
commit af1006a202
21 changed files with 277 additions and 12 deletions

View File

@@ -18,6 +18,8 @@ import (
const (
rootConfigPath = "config/root"
minAwsUserRollbackAge = 5 * time.Minute
operationPrefixAWS = "aws"
operationPrefixAWSASD = "aws-config"
)
func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) {