Skip to content

Commit 0aaec8c

Browse files
authored
Update the backend help (#21)
Update the backend help to be correct for the secret engine.
1 parent 4882cd7 commit 0aaec8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

backend.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,10 @@ func (b *ibmCloudSecretBackend) getIAMHelper(ctx context.Context, s logical.Stor
177177
}
178178

179179
const backendHelp = `
180-
The IBM Cloud backend plugin allows authentication for IBM Public Cloud.
180+
The IBM Cloud secrets engine dynamically generates API keys based
181+
on predefined IAM access groups or service IDs.
182+
183+
After mounting this secret engine you can configure it using the
184+
"config/" endpoints. Roles which map to service IDs or access
185+
groups can be configured using the "roles/" endpoints.
181186
`

0 commit comments

Comments
 (0)