Commit c96fef5
authored
Fix OpenAPI schema for bcrypt hashing_algorithm name (#1498)
### WHAT is this pull request doing?
The OpenAPI schema listed simple algorithm names (Bcrypt, SHA256, etc.)
as enum values for hashing_algorithm, but the API returns normalized
values like lavinmq_bcrypt and rabbit_password_hashing_sha256. This
causes Terraform to detect configuration drift when the inserted value
didn't match the retrieved value.
Updated users.yaml to document the normalized values the API actually
returns and explain the flexible input format it accepts. The API still
accepts simplified algorithm names (case-insensitive)
### HOW can this pull request be tested?
Look at http api users endpoints.1 parent f318a7c commit c96fef5
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments