JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Gentera
Gentera
More
Share
Explore
Gentera
Identity Access Manager
Technical Details:
Angular: CLI 8.3.29
Node: 12.22.12
Repo URL:
https://source.developers.google.com/p/ent-dev-iam-id/r/ent-iam-front-angular-adminconsole
Jenkins URL:
https://devops.gc.gentera.com.mx/job/enterprise-services/job/ent-iam/job/ent-iam-front-angular-adminconsole/
GCP Deploy URL:
https://console.cloud.google.com/kubernetes/deployment/us-east1-b/ent-dev-iam-gke/angular-console-iam/iam-console/overview?authuser=5&project=ent-dev-iam-id
DEV Access:
http://iam-console.dev.cloud.gentera.com.mx/
hice un forwarding hacia el container de GCP
kubectl port-forward acs-console-79f5794544-s88cf 80:80 -n angular-console-acs
ten ese comando presente
y este:
gcloud container clusters get-credentials ent-dev-iam-gke --zone us-east1-b --project ent-dev-iam-id
ingress.yaml
service.yaml
{
"name": "ent-iam-front-angular-adminconsole",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "NODE_OPTIONS=--openssl-legacy-provider ng serve",
"serve-prod": "ng serve --configuration=prod",
"serve-qas": "ng serve --configuration=qas",
"build": "ng build",
"build-qas": "ng build --configuration=qas",
"build-prod": "ng build --configuration=prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private":true,
"dependencies": {
"@agm/core": "1.0.0-beta.5",
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/flex-layout": "7.0.0-beta.24",
"@angular/forms": "~8.2.0",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"@fortawesome/angular-fontawesome": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"console-components": "file:console-components-1.2.1.tgz",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"ngx-translate": "0.0.1-security",
"rxjs": "~6.4.0",
"rxjs-compat": "^6.6.7",
"tslib": "^1.10.0",
"xlsx": "^0.17.4",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular/cli": "^8.3.29",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
}
Incidencias
DELETE api/otp-tokens/:id regresa 204 success pero en realidad no elimina, sigue apareciendo el elemento en el GET
DELETE api/devices/:id regresa 500 al eliminar, se tiene que eliminar dos veces → Se soluciona filtrando en local por activeStatus y currentFlag en 1
Falla POST de device.
Falla en PUT de device.
en /access-objects, al insertar un objeto de acceso regresa mensaje exitoso pero no se visualiza en el GET
en /access-objects, al actualizar un registro, desaparece del GET
No funcioa el DELETE de access-objects
/permissions a veces responde y a veces sí
/companies tiene bug al crear empresa
Error 500 de DELETE /account-types
No sirven los filtros de identities. solo el de genero
TODO:
Filtrar resultados de devices para mostrar solo los que tienen activeStatus 1 y currentFlag 1
Solicitar generación de apiKey de maps para producción
pacjakes
TEST SIMULADOR:
{
"name": "cotizador",
"author": "José Etmanuel @joseetmanuel",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4201",
"build": "ng build --aot --output-hashing=all --base-href=/SimuladorRenovacionAnticipada/DEV/",
"buildProd": "ng build --aot --output-hashing=all --base-href=/simuladorRenovacionMx/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private":true,
"dependencies": {
"@angular/animations": "~8.2.12",
"@angular/cdk": "~8.2.3",
"@angular/common": "~8.2.12",
"@angular/compiler": "~8.2.12",
"@angular/core": "~8.2.12",
"@angular/forms": "~8.2.12",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.12",
"@angular/platform-browser-dynamic": "~8.2.12",
"@angular/router": "~8.2.12",
"@ng-bootstrap/ng-bootstrap": "^5.1.2",
"angular-font-awesome": "^3.1.2",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.