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

Deduplicate system properties #336

Open
mnovak1 opened this issue Jan 31, 2020 · 1 comment
Open

Deduplicate system properties #336

mnovak1 opened this issue Jan 31, 2020 · 1 comment
Labels
Milestone

Comments

@mnovak1
Copy link
Contributor

mnovak1 commented Jan 31, 2020

Properties like tokens, users, passwords, etc. are often duplicated, for example:

xtf.openshift.token
xtf.openshift.master.token
xtf.openshift.admin.token

same combinations are here for usernames and passwords. This is related to #334

@Crumby
Copy link
Contributor

Crumby commented Feb 6, 2020

In this particular case xtf.openshift.token is already deprecated. admin and master then serve when you need to perform some actions with different users with different rights. Usually the admin has access to perform anything in the system and master is regular user. This could be generalized the same way image properties are if needed.

@mnovak1 mnovak1 added the major label Apr 1, 2020
@tommaso-borgato tommaso-borgato added this to the BACKLOG milestone Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants