-
Notifications
You must be signed in to change notification settings - Fork 68
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
Stop publishing sensitive information directly in CRs #1869
Labels
confirmed
For issues and PRs which we definitely want (disables the stale bot)
dependent
enhancement
New feature or request
priority:high
size:small
Comments
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Apr 4, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Apr 4, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Apr 15, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Apr 15, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
May 31, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
May 31, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Jun 16, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Jun 16, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
This issue has been automatically marked as stale because it has not had activity for 60 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions. |
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Aug 26, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Aug 26, 2022
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
skitt
added a commit
to skitt/submariner-operator
that referenced
this issue
Feb 20, 2023
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
tpantelis
pushed a commit
to skitt/submariner-operator
that referenced
this issue
Aug 2, 2023
This ensures we rely only on the secret containing the broker access token. Fixes: submariner-io#1869 Signed-off-by: Stephen Kitt <skitt@redhat.com>
This PR/issue depends on:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed
For issues and PRs which we definitely want (disables the stale bot)
dependent
enhancement
New feature or request
priority:high
size:small
Now that the PSK and broker token are stored in secrets, we should stop publishing them directly in CRs.
This won’t really improve security, but it will make CR dumps easier to read.
This follows on from submariner-io/submariner#326.
Depends on submariner-io/subctl#631
The text was updated successfully, but these errors were encountered: