Skip to content

Commit

Permalink
Correctly mark Cassandra as not supporting static roles (#9750)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcman312 authored and actions-user committed Aug 17, 2020
1 parent 61187f0 commit 5aa37d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/pages/docs/secrets/databases/cassandra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ more information about setting up the database secrets engine.
## Capabilities
| Plugin Name | Root Credential Rotation | Dynamic Roles | Static Roles |
| --- | --- | --- | --- |
| `cassandra-database-plugin` | Yes | Yes | Yes |
| `cassandra-database-plugin` | Yes | Yes | No |

## Setup

Expand Down
2 changes: 1 addition & 1 deletion website/pages/docs/secrets/databases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ the proper permission, it can generate credentials.
## Database Capabilities
| Database | Root Credential Rotation | Dynamic Roles | Static Roles |
| --- | --- | --- | --- |
| [Cassandra](/docs/secrets/databases/cassandra) | Yes | Yes | Yes |
| [Cassandra](/docs/secrets/databases/cassandra) | Yes | Yes | No |
| [Elasticsearch](/docs/secrets/databases/elasticdb) | Yes | Yes | No |
| [HanaDB](/docs/secrets/databases/hanadb) | No | Yes | No |
| [InfluxDB](/docs/secrets/databases/influxdb) | Yes | Yes | No |
Expand Down

0 comments on commit 5aa37d4

Please sign in to comment.