You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the value is true, the application will be configured to allow Groups, Artifacts, and
@@ -3380,8 +3399,18 @@ spec:
3380
3399
description: |-
3381
3400
Configure SQL data source password.
3382
3401
3383
-
If you want to reference a Secret, you can set the `APICURIO_DATASOURCE_PASSWORD` environment variable directly using the `app.env` field.
3384
-
type: string
3402
+
References name of a Secret that contains the password. Key `password` is assumed by default.
3403
+
properties:
3404
+
key:
3405
+
description: Name of the key in the referenced
3406
+
Secret that contain the target data. This field
3407
+
might be optional if a default value has been
3408
+
defined.
3409
+
type: string
3410
+
name:
3411
+
description: Name of a Secret that is being referenced.
3412
+
type: string
3413
+
type: object
3385
3414
url:
3386
3415
description: |-
3387
3416
Configure SQL data source URL.
@@ -3412,8 +3441,12 @@ spec:
3412
3441
Configure tls of Apicurio Registry.
3413
3442
properties:
3414
3443
insecureRequests:
3415
-
description: Whether insecure requests are allowed. Default
3416
-
is <code>enabled</code>.
3444
+
description: |
3445
+
If insecure (i.e. http rather than https) requests are allowed. If this is `enabled` then http works as normal. `redirect` will still open the http port, but all requests will be redirected to the HTTPS port. `disabled` will prevent the HTTP port from opening at all.
3446
+
enum:
3447
+
- disabled
3448
+
- enabled
3449
+
- redirect
3417
3450
type: string
3418
3451
keystorePasswordSecretRef:
3419
3452
description: Name of a Secret that contains the TLS keystore
@@ -6506,14 +6539,6 @@ spec:
6506
6539
description: message is a human readable message indicating
6507
6540
details about the transition. This may be an empty string.
6508
6541
type: string
6509
-
observedGeneration:
6510
-
description: observedGeneration represents the .metadata.generation
6511
-
that the condition was set based upon. For instance, if .metadata.generation
6512
-
is currently 12, but the .status.conditions[x].observedGeneration
6513
-
is 9, the condition is out of date with respect to the current
6514
-
state of the instance.
6515
-
minimum: 0
6516
-
type: integer
6517
6542
reason:
6518
6543
description: reason contains a programmatic identifier indicating
6519
6544
the reason for the condition's last transition. Producers
@@ -6547,16 +6572,6 @@ spec:
6547
6572
- type
6548
6573
type: object
6549
6574
type: array
6550
-
info:
6551
-
description: Information about the Apicurio Registry application
0 commit comments