Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update for AppRole resources #6946

Open
gooneer96 opened this issue Mar 20, 2025 · 2 comments
Open

Docs update for AppRole resources #6946

gooneer96 opened this issue Mar 20, 2025 · 2 comments
Labels
area/api-docs Generated API docs, generated from providers. For hand-written docs, see area/docs. awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/bug Some behavior is incorrect or out of spec

Comments

@gooneer96
Copy link

gooneer96 commented Mar 20, 2025

File: themes/default/content//registry/packages/vault/api-docs/approle/authbackendrolesecretid

In the provided code example for Python there's bad module used "app_role" for all resources under appRole for vault provider:

example = vault.app_role.AuthBackendRole("example",
    backend=approle.path,
    role_name="test-role",
    token_policies=[
        "default",
        "dev",
        "prod",
    ])

I believe it should be approle.

Not really an issue, just letting you know.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Mar 20, 2025
@iwahbe
Copy link
Member

iwahbe commented Mar 20, 2025

Hi @gooneer96. Thanks for letting us know. It definitely should be approle.

@iwahbe iwahbe added area/api-docs Generated API docs, generated from providers. For hand-written docs, see area/docs. kind/bug Some behavior is incorrect or out of spec and removed needs-triage Needs attention from the triage team labels Mar 20, 2025
@iwahbe
Copy link
Member

iwahbe commented Mar 20, 2025

Looks like this is another instance of pulumi/pulumi#15313.

@iwahbe iwahbe added the awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api-docs Generated API docs, generated from providers. For hand-written docs, see area/docs. awaiting-upstream The issue cannot be resolved without action in another repository (may be owned by Pulumi). kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants