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

Add issuer deprecation notice #20

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Conversation

kamphuisem
Copy link
Contributor

This pull request includes several changes to improve the handling of deprecated issuers, update configurations, and clean up the codebase. The most important changes include adding a deprecation warning for issuers, updating Docker configurations, and removing unnecessary code.

Handling of deprecated issuers:

  • generate-index.py: Added logic to read and store the DeprecatedSince field from the issuer XML file.
  • templates/issuer.html: Added a deprecation warning message to be displayed if the issuer is deprecated.

Configuration updates:

  • Dockerfile: Changed the base image from nginx:stable to nginx:stable-alpine for a smaller image size.
  • docker-compose.yaml: Updated the port mapping to expose the service on port 8080 instead of 80 on localhost.

Code cleanup:

@kamphuisem kamphuisem added the bug Something isn't working label Jan 21, 2025
@kamphuisem kamphuisem linked an issue Jan 21, 2025 that may be closed by this pull request
@kamphuisem kamphuisem merged commit 691c54c into master Jan 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attribute index should consider deprecated flags
2 participants