Luc Perkins
Luc Perkins
@digitalmoksha Oh wow, this may just be perfect for my use case! Thanks!
@Haennetz Done
@Haennetz I suspect that was an auto-applied VS Code plugin at work in the Markdown docs. Reverted.
@jmgilman Please let me know if there's anything else required to get this merged.
@Haennetz The issue here is that covering this properly in a test would entail adding some other endpoints as well. Specifically, it requires an already created [role](https://developer.hashicorp.com/vault/api-docs/secret/identity/tokens#name-7) and as far...
I could conceivably add that endpoint but I was hoping to keep this PR as single purpose as possible
@Haennetz Okay, I've added a test case here with the required second endpoint.
@Haennetz Okay, the test error has been addressed
@Haennetz Yeah, I just don't really understand why a role isn't created when I do this: ```rust let role_name = "my-role"; let key = "named-key-001"; create_or_update_role(&client, role_name, key).await; test_generate_id_token_by_role_name(&client, role_name).await;...
@Haennetz I'm going to close this. I unfortunately don't really have the bandwidth to contribute a test here because that requires adding endpoints beyond the one that I need. I'm...