-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate from kube-rbac-proxy to golang http server; update Operator w…
…ith rerand from verify access to verify identity access; migrate operator sdk from v3 to v4
- Loading branch information
1 parent
3109fb8
commit 710bd8c
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,12 @@ spec: | |
name: '' | ||
version: v1 | ||
specDescriptors: | ||
- description: The name of the IBM Security Verify Access image to be used. | ||
- description: The name of the IBM Verify Identity Access image to be used. | ||
displayName: Image | ||
path: image | ||
x-descriptors: | ||
- 'urn:alm:descriptor:com.tectonic.ui:text' | ||
- description: The name of the Verify Access instance which is being deployed. This value is only used for WRP and DSC deployments and is ignored for Runtime deployments. | ||
- description: The name of the Verify Identity Access instance which is being deployed. This value is only used for WRP and DSC deployments and is ignored for Runtime deployments. | ||
displayName: Instance | ||
path: instance | ||
x-descriptors: | ||
|
@@ -88,9 +88,9 @@ spec: | |
- identity and access | ||
- security | ||
links: | ||
- name: Verify Access Product Information | ||
- name: Verify Identity Access Product Information | ||
url: https://www.ibm.com/au-en/products/verify-access | ||
- name: Verify Access Documentation | ||
- name: Verify Identity Access Documentation | ||
url: https://www.ibm.com/docs/en/sva | ||
maintainers: | ||
- email: [email protected] | ||
|