Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate AuthKey security extension #180

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

groldan
Copy link
Member

@groldan groldan commented Feb 10, 2022

AuthKey extension spring-boot autoconfiguration.

It is disabled by default. Enable in application.yml
as follows:

 geoserver:
  security:
    enabled: true
    authkey: true

The auto-configuration integrates the core security beans, and the
WebUI components only if the running application context contains
the gs-sec-core compoenents.

AuthKey extension spring-boot autoconfiguration.

It is disabled by default. Enable in `application.yml`
as follows:

```
 geoserver:
  security:
    enabled: true
    authkey: true
```

The auto-configuration integrates the core security beans, and the
WebUI components only if the running application context contains
the `gs-sec-core` compoenents.
@groldan groldan added the feature New feature label Feb 10, 2022
@groldan groldan merged commit 4bf0b82 into geoserver:main Feb 11, 2022
@groldan groldan deleted the feature/security_authkey branch February 11, 2022 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant