Hydra
- Identity Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 276 | 24 Apr 2024 | |
latest/edge | 320 | 20 Oct 2024 | |
0.3/edge | 320 | 07 Nov 2024 | |
0.2/stable | 285 | 26 Jun 2024 | |
0.2/edge | 285 | 09 May 2024 | |
0.1/edge | 270 | 24 Nov 2023 |
juju deploy hydra
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
create-oauth-client
Register an oauth client
- Params
-
audience array
A list with the allowed audience for the client
-
client-secret string
The client's secret, if not provided one will be autogenerated.
-
grant-types array
A list with the allowed grant types for the client
-
redirect-uris array
A list with the client's redirect_uri
-
response-types array
A list with the allowed response types for the client
-
scope array
A list with the allowed scopes for the client
-
token-endpoint-auth-method string
The authentication method the client may use at the token endpoint.
-
delete-oauth-client
Delete an oauth client
- Params
-
client-id string
The client_id
- Required
client-id
-
get-oauth-client-info
Get an oauth client's information
- Params
-
client-id string
The client_id
- Required
client-id
-
list-oauth-clients
List all oauth clients
-
revoke-oauth-client-access-tokens
Delete an oauth client's access tokens
- Params
-
client-id string
The client_id
- Required
client-id
-
rotate-key
Rotate the jwk used for signing tokens
- Params
-
alg string
The algorithm that should be used
-
run-migration
Run a migration, this is needed after upgrades. This is a non-reversible operation. Run this after backing up the database.
- Params
-
timeout number
Timeout after which the migration will be canceled
-
update-oauth-client
Update an oauth client
- Params
-
audience array
A list with the allowed audience for the client
-
client-id string
The client_id
-
client-secret string
The client's secret, if not provided one will be autogenerated.
-
grant-types array
A list with the allowed grant types for the client
-
redirect-uris array
A list with the client's redirect_uri
-
response-types array
A list with the allowed response types for the client
-
scope array
A list with the allowed scopes for the client
-
token-endpoint-auth-method string
The authentication method the client may use at the token endpoint.
- Required
client-id