chore!: automatically use secure cookies if using https access-url (#22198)

`--secure-auth-cookie` now automatically sources it's default value from `--access-url`

If the access url uses HTTPS, secure is set to `true`. 
To revert to old behavior, set the value explicitly to `false`
This commit is contained in:
Steven Masley
2026-02-20 10:33:37 -06:00
committed by GitHub
parent efdaaa2c8f
commit b0f35316da
11 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -14123,7 +14123,7 @@ None
| Name | Type | Required | Restrictions | Description |
|------------------|--------------------------------------------|----------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
| `annotations` | [serpent.Annotations](#serpentannotations) | false | | Annotations enable extensions to serpent higher up in the stack. It's useful for help formatting and documentation generation. |
| `default` | string | false | | Default is parsed into Value if set. |
| `default` | string | false | | Default is parsed into Value if set. Must be `""` if `DefaultFn` != nil |
| `description` | string | false | | |
| `env` | string | false | | Env is the environment variable used to configure this option. If unset, environment configuring is disabled. |
| `flag` | string | false | | Flag is the long name of the flag used to configure this option. If unset, flag configuring is disabled. |