Skip to content

Commit

Permalink
Fix small things
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 12, 2024
1 parent 34232ad commit eb06894
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ internal:
#@ var.append(component)
#@ end
#@ end
#@ if data.values.tp.salt_disabled:
#@ if data.values.tp.vcf_disabled:
#@ for component in [ "vcf-ingestion-service" ]:
#@ var.append(component)
#@ end
Expand Down Expand Up @@ -86,7 +86,6 @@ uaa:
pkceEnabled: "true"
redirectUri: http://127.0.0.1:*/**
ensemble_user_service:
secret: sZ_T10QqaFvQHS_1JZvx
grantTypes: password,authorization_code,client_credentials,refresh_token
authorities: openid,roles,scim.write,scim.read
scope: openid,roles,scim.write,scim.read
Expand Down
104 changes: 34 additions & 70 deletions packages/tpk8s-opinionated.tanzu.japan.com/10.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
default: projects.registry.vmware.com/tkg/packages/standard/repo
version:
type: string
default: 2.2.0
default: v2024.8.21
package:
type: object
additionalProperties: false
Expand All @@ -48,44 +48,52 @@ spec:
default: false
rootdn:
type: string
default: dc=tp,dc=dev
group:
type: string
default: usergroups
default: dc=tanzu,dc=net
adminpassword:
type: string
default: adminpassword
ldif:
type: string
default: |
dn: dc=tp,dc=dev
dn: dc=tanzu,dc=net
dc: tanzu
objectClass: dcObject
objectclass: organization
o: tp
dc: tp
objectClass: organization
o: Tanzu, Inc
dn: ou=usergroups,dc=tp,dc=dev
dn: ou=core,dc=tanzu,dc=net
objectClass: organizationalUnit
objectClass: top
ou: usergroups
ou: core
dn: cn=tpviewer,ou=core,dc=tanzu,dc=net
objectClass: inetOrgPerson
cn: tpviewer
sn: TP Viewer
uid: tpviewer
mail: tpviewer@tanzu.net
userPassword: tpsm1!
dn: cn=tp01,ou=usergroups,dc=tp,dc=dev
cn: tp01
sn: tp01
dn: cn=tpadmin,ou=core,dc=tanzu,dc=net
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
userPassword: VMware1!
uid: tp01
mail: tp01@tp.com
uidNumber: 1000
gidNumber: 1000
homeDirectory: /home/tp01
cn: tpadmin
sn: TP Admin
uid: tpadmin
mail: tpadmin@tanzu.net
userPassword: tpsm1!
dn: cn=tp:admin,ou=usergroups,dc=tp,dc=dev
cn: tp:admin
dn: cn=tpadmins,dc=tanzu,dc=net
objectClass: top
objectClass: groupOfNames
cn: tpadmins
description: Tanzu Platform Admins
member: cn=tpadmin,ou=core,dc=tanzu,dc=net
dn: cn=tpviewers,dc=tanzu,dc=net
objectClass: top
objectClass: groupOfNames
member: cn=tp01,ou=usergroups,dc=tp,dc=dev
cn: tpviewers
description: Tanzu Platform Viewer
member: cn=tpviewer,ou=core,dc=tanzu,dc=net
tp:
type: object
additionalProperties: false
Expand Down Expand Up @@ -156,50 +164,6 @@ spec:
ldap_enabled:
type: boolean
default: true
oauthProviders:
type: array
items:
type: object
additionalProperties: false
properties:
name:
type: string
default: ad
certificate:
type: string
default: ""
configUrl:
type: string
default: ""
issuerUrl:
type: string
default: ""
scopes:
type: array
items:
type: string
default: ""
default: []
loginPageLinkText:
type: string
default: Microsoft AD
clientId:
type: string
default: ""
secret:
type: string
default: ""
attributeMappings:
type: object
additionalProperties: false
properties:
username:
type: string
default: email
groups:
type: string
default: groups
default: []
template:
spec:
fetch:
Expand Down

0 comments on commit eb06894

Please sign in to comment.