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

improve next #410

Merged
merged 5 commits into from
Oct 18, 2023
Merged

improve next #410

merged 5 commits into from
Oct 18, 2023

Conversation

wkloucek
Copy link
Contributor

Description

improve next branch

  • merge master changes
  • make banned passwords configurable
  • pin latest ocis version and revert pullPolicy change

Related Issue

Motivation and Context

improve next

How Has This Been Tested?

  • I configured some banned passworts in bannedPasswords and tested if they are enforced

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation generated (make docs) and committed
  • Documentation ticket raised:
  • Documentation PR created:

case0sh and others added 4 commits October 17, 2023 12:46
* add userlog_global_notifications_secret

* add secrets for userlog

* add secrets for userlog

* add secret options

* fix notifications secrets

* fix notifications secrets

* fix notifications secrets

* add docs
# the path to the file containing the list of banned passwords
bannedPasswordsList: ""
# list of banned passwords
bannedPasswords: []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this will be sufficient in the future. I heard that there will be thousands of passwords in this banned password list. But we can iterate over this later

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know where this should go. If we have thousands of passwords we might hit the ConfigMap size limit quite quickly.

But to be honest: is a list of thousands of passwords that is regularly updated still application configuration? I would rather thread this like eg. ClamAV virus signature databases... That need to be fetch from some sort of mirror

@wkloucek wkloucek merged commit cdf50d3 into next Oct 18, 2023
1 check passed
@wkloucek wkloucek deleted the improve-next branch October 18, 2023 10:10
@wkloucek wkloucek mentioned this pull request Mar 18, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants