wildfly-security/wildfly-elytron-hashicorp-vault

Extract magic string constants to shared constants class

オープン

#80 opened on 2026/06/19

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (7 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description: Review all classes in the org.wildfly.security.hashicorp.vault package and extract hardcoded string literals to a shared constants class.

Known examples:

Engine type strings: "KVv1", "KVv2" (VaultAlias lines 86, 108) Default mount path: "secret" (VaultAlias line 108) Suggested approach: Create a package-private constants class to hold shared string values used across the package. Review all classes for similar patterns and consolidate where appropriate.

コントリビューターガイド